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

evaluation_id
string
required

ID of the organization evaluation.

Body

application/json
session_ids
string[]
required

Sessions to grade. Duplicates are rejected.

Required array length: 1 - 200 elements
dry_run
boolean
default:false

Report cost and skipped sessions without queuing.

Response

Dry run — nothing was queued. results lists the sessions that would run with status: planned and no id.

dry_run
boolean
credit_cost
integer

Credits charged (or, on a dry run, that would be charged) — one per queued session.

results
object[]

Sessions accepted, in request order.

skipped
object[]