Error
A valid request URL is required to generate request examples{
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"latestRevisionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"buildErrors": "<string>",
"deployment": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"url": "<string>"
},
"updatedAt": "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>"
}Projects
Read project status
Returns a small status document (latest revision status + deployment summary) for cheap polling. Avoids the message body payload.
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
status
Error
A valid request URL is required to generate request examples{
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"latestRevisionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"buildErrors": "<string>",
"deployment": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"url": "<string>"
},
"updatedAt": "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
Was this page helpful?