latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

ExecutionInput

Query execution inputs, sorted by received_time descending (most recent email first). Must provide exactly one of either context_id or email_address.

get/execution/inputs

Query parameters

context_idstring

The context ID whose inputs should be queried (test run ID or trainer session ID)

email_addressstring

When querying for emails, the email address which received the email

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

earliest_received_timeinteger

The earliest received time to query for in milliseconds since epoch; filter out all inputs received before this time

latest_received_timeinteger

The latest received time to query for in milliseconds since epoch; filter out all inputs received after this time

lookback_millisinteger

The lookback time in milliseconds from the current time, only used if earliest_received_time is not provided

Response

The query result

cursorstring

Cursor used for pagination