Skip to main content
GET
/
agents
/
{agentName}
/
logs
Get agent logs
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

agentName
string
required

Query Parameters

limit
integer
default:10
offset
integer
default:0
deploymentId
string
sessionId
string
query
string
order
enum<string>
default:desc
Available options:
asc,
desc
startTime
integer
endTime
integer

Response

total
object
logs
object[]