Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

agent_id
string
required

ID of the agent that owns the sessions.

Body

application/json
session_ids
string[]
required

Sessions to evaluate. Duplicates are ignored.

Required array length: 1 - 200 elements

Response

Evaluations queued.

status
enum<string>
Available options:
queued
queued
integer

Number of evaluations queued.

skipped
object