API ReferenceAgents
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Query Parameters
sessionId*string
Runtime session id
limit?number
Max run records (default: 50)
all?string
Set to "true" for cross-app lookup by sessionId
appSlug?string
Optional app filter when all=true
Response Body
application/json
curl -X GET "https://your-convex-deployment.convex.site/api/agents/session/runs?sessionId=string"{}Edit on GitHub
Last updated on