cURL
curl --request GET \ --url https://api.pipecat.daily.co/v1/agents/{agentName}/logs \ --header 'Authorization: Bearer <token>'
{ "total": { "value": 79, "relation": "eq" }, "logs": [ { "log": "INFO: Finished server process [1]", "timestamp": "2025-04-18T20:34:17.153744602Z" }, { "log": "INFO: Application shutdown complete.", "timestamp": "2025-04-18T20:34:17.153706059Z" }, { "log": "INFO: Waiting for application shutdown.", "timestamp": "2025-04-18T20:34:17.153611029Z" }, { "log": "INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)", "timestamp": "2025-04-18T20:32:42.246099974Z" }, { "log": "INFO: Application startup complete.", "timestamp": "2025-04-18T20:32:42.245760327Z" } ] }
Get execution logs for an agent with filtering and pagination options.
asc
desc
Show child attributes