Run
List
GET
/
run
/
list
Authorizations
Authorization
string
headerrequiredYour Autotab API key
Query Parameters
skill_id
string | null
The skill to list run sessions for
state_filter
enum<string>[] | null
The state filter to list run sessions for
Available options:
play
, pause
, finish
, reset
, cancel
, timeout
, editing
Response
200 - application/json
id
string
requiredskill_id
string
requiredowner
string
requiredcreated_at
string
requiredenvironment
enum<string> | null
requiredAvailable options:
client
, cloud
start_time
string
requiredend_time
string | null
state
enum<string> | null
Available options:
play
, pause
, finish
, reset
, cancel
, timeout
, editing