Skip to content
AI Security
Search
K
Main Navigation
App
Appearance
Menu
Return to top
Get
GET
/backend/v1/agent-sessions/{agentSessionId}
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
agentSessionId
*
Type
string
Required
Format
"uuid"
Responses
200
422
Successful Response
Content-Type
application/json
Schema
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"
:
""
}
}
GET
/backend/v1/agent-sessions/{agentSessionId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
agentSessionId
*
Try it out
Samples
Powered by
VitePress OpenAPI