runlot
ReferenceAPI

operations

Covers 1 API operations in the operations category.

MethodPathDescription
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 codeDescriptionResponse body
200OperationOperation
403
404

On this page