| Method | GET |
| Endpoint | https://{host}/api/public/dock-status/{dockStatusId} |
| Content Type | application/json |
| Authorization | X-api-key - The API key used for authentication. |
Path Parameters
| PARAMETER | DESCRIPTION | TYPE | REQUIRED/OPTIONAL |
|---|---|---|---|
| host | The environment URL. For example, https://ai-for-process.domain.ai/ | String | Required |
| dockStatusId | The dock status ID that’s received in the response. | String | Required |
Sample Request
Body Parameters
No parameters are passed.Sample Response
Response Parameters
| PARAMETER | DESCRIPTION | TYPE | SAMPLE VALUE(S) |
|---|---|---|---|
| _id | The unique identifier for the dock status. | String | e.g., ds-c6xxxxx5-dxxd-5xxf-9xxd-0xxxxx6xxxx8 |
| workflowId | The unique identifier for the workflow. | String | e.g., a-8xxxxxbe-6xxe-5xx1-8xxc-bxxxxxx80xx6 |
| jobType | Type of job being performed. | String | WORKFLOWS, MODELS, or GUARDRAILS |
| action | The action being performed on the workflow/model. | String | IMPORT, EXPORT, DEPLOY, or UNDEPLOY |
| status | The current status of the job. | String | IN_PROGRESS, SUCCESS, or FAILED |