ReferenceAPI
operations
Covers 1 API operations in the operations category.
| Method | Path | Description |
|---|---|---|
| GET | /v1/orgs/{orgSlug}/operations/{opId} | Check operation progress in an org |
GET /v1/orgs/{orgSlug}/operations/{opId}
Requires viewer or higher. This path lets you check a teardown operation's completion even after the project is gone. Nesting it under project would make the path itself return 404 the moment it succeeds.
operationId getOrgOperation
| Status code | Description | Response body |
|---|---|---|
| 200 | Operation | Operation |
| 403 | — | — |
| 404 | — | — |