Skip to main content
AgentView docs home page
Search...
⌘K
Users
POST
Create a user
GET
Retrieve a user
PATCH
Update a user
GET
Retrieve a user by external id
Public
GET
Retrieve the current user
GET
List sessions
GET
Retrieve a session
Sessions
GET
List sessions
POST
Create a session
GET
Get stats
GET
Retrieve a session
PATCH
Update a session
GET
List comments
GET
List scores
GET
Get star status
PUT
Star a session
DEL
Unstar a session
GET
Stream updates
POST
Mark session as seen
POST
Mark item as seen
Runs
POST
Create a run
PATCH
Update a run
POST
Keep alive
Comments
POST
Create a comment
PUT
Update a comment
DEL
Delete a comment
Scores
PATCH
Update scores
Environment
GET
Retrieve the environment
PATCH
Update the environment
System
GET
Health check
AgentView docs home page
Search...
⌘K
Support
Website
Website
Search...
Navigation
System
Health check
Guides
API reference
Guides
API reference
Support
Website
Health check
cURL
Copy
curl
--request
GET
\
--url
https://api.example.com/api/health
200
Copy
{
"status"
:
"ok"
}
System
Health check
Copy page
Copy page
GET
/
api
/
health
Try it
Health check
cURL
Copy
curl
--request
GET
\
--url
https://api.example.com/api/health
200
Copy
{
"status"
:
"ok"
}
Response
200 - application/json
Undescribed
status
enum<string>
required
Available options:
ok
Update the environment
⌘I