curl --request GET \
--url http://localhost:3333/v1/tasks/{taskId}/evidence \
--header 'X-API-Key: <api-key>'Retrieve a summary of all automation evidence for a specific task
curl --request GET \
--url http://localhost:3333/v1/tasks/{taskId}/evidence \
--header 'X-API-Key: <api-key>'API key for authentication
Organization ID (required for session auth, optional for API key auth)
Unique task identifier
"tsk_abc123def456"
Evidence summary retrieved successfully
Was this page helpful?