Pular para o conteúdo principal

Get an execution of an agent

GET 

https://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

The execution