Get a routine of an agent with its runs
GEThttps://platform.docana.com/api/v1/agents/:agentId/routines/:routineId/
Returns the routine together with its triggers and its runs, newest first. Use it to poll the status of runs queued via POST /api/v1/agents/{agentId}/routines/{routineId}/run/.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The routine and its runs
Invalid query parameters
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Routine not found or inaccessible
Unexpected server error.