Integration docs
Get an operation by id
Resolve one operation from its bare id, when the service is not yet known.
GET
https://cloud.generalinput.com/v1/operations/:opIdAuthenticationRequires
docs:read on a platform API key. A CLI session always passes.The same lookup as get an operation without the service segment. Operation ids are globally unique, so the server resolves the service for you. Use it with ids that came back from search operations.
Path parameters
| Name | Notes |
|---|---|
opId | The operation's UUID. |
Response
Identical to get an operation: id, service, title, description, and the documentation markdown.
Errors
| Status | When |
|---|---|
404 | No operation with that id. |