Skip to content

Get

GET
/backend/v1/agent-sessions/{agentSessionId}

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

agentSessionId*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
  
"agentSession": {
  
  
"fingerprints": {
  
  
  
"agentCount": 0,
  
  
  
"errors": [
  
  
  
  
{
  
  
  
  
  
"message": "string",
  
  
  
  
  
"providerId": "string",
  
  
  
  
  
"statusCode": 0,
  
  
  
  
  
"type": "provider"
  
  
  
  
}
  
  
  
],
  
  
  
"status": "string",
  
  
  
"toolCount": 0,
  
  
  
"updatedAt": "string"
  
  
},
  
  
"firstPromptAt": "string",
  
  
"id": "string",
  
  
"lastPromptAt": "string",
  
  
"peakOutcome": "string",
  
  
"projectId": "string",
  
  
"sessionId": ""
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: