Error
A valid request URL is required to generate request examples{
"deployments": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "PENDING",
"url": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Deployments
List project deployments
Returns recent deployments for a project group, ordered by creation time descending.
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
deployments
Error
A valid request URL is required to generate request examples{
"deployments": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "PENDING",
"url": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Path Parameters
Query Parameters
Required range:
x <= 100Response
Deployments list
Show child attributes
Show child attributes
Was this page helpful?