Skip to main content
POST
Get annotations with metric outputs

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Body

application/json
metric_id
string | null
metric_ids
string[] | null
Maximum array length: 10000
simulation_output_ids
string[] | null
Maximum array length: 10000
project_ids
string[] | null
Maximum array length: 1000
filter_archived
boolean
default:false
include_metric_output_details
boolean
default:true
include_audio_lengths
boolean
default:true
page_size
integer | null
Required range: 1 <= x <= 1000
page_token
string | null

Response

Annotations retrieved successfully

annotations
object
required

Annotations keyed by metric ID.

metric_outputs
object
required

Latest pipeline metric output keyed by metric ID then simulation output ID.

audio_lengths_by_simulation_output_id
object
required
next_page_token
string | null