cURL
curl --request POST \ --url https://api.fact0.io/api/v1/executions \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "<string>", "agent_name": "<string>", "trigger": "<string>", "metadata": {}, "idempotency_key": "<string>" } '
{ "id": "<string>", "agent_id": "<string>", "agent_name": "<string>", "root_span_id": "<string>", "trigger": "<string>", "started_at": "2023-11-07T05:31:56Z", "ended_at": "2023-11-07T05:31:56Z", "metadata": {}, "created_at": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.fact0.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fact0.io/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Execution created
RUNNING
COMPLETED
FAILED
CANCELLED