Get an execution of an agent
GEThttps://platform.docana.com/api/v1/agents/:agentId/executions/:executionId/
Returns the execution detail. Executions that already finished or stopped are served from a cache, running ones are always read fresh, so this endpoint can be polled to track a live execution. applicationId is a required query parameter. Use POST /api/v1/agents/{agentId}/executions/{executionId}/stop/ to cancel a running execution.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The execution
Missing or invalid applicationId
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Execution not found or not accessible
Unexpected server error.