Target API
Get the status of a single execution.
get/workspaces/{workspace_domain}/targets/execs/{exec_id}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
exec_idstring required
Example:9214386e-7633-4d2b-ac66-fcfbaf5ea99b
Execution ID returned by the execute endpoint
Query parameters
waitinteger
Example:10000
Long-poll budget in ms. Omit to use the server default: the request is held until the execution reaches a terminal status, returning the current status once the budget elapses. Send 0 to return immediately. Clamped server-side.