Skip to main content

List all executions

GET 

/v1/executions/

Returns a list of executions. Can be filtered by bot_id, bot_executor_job_id and bot_executor_cron_job_id.

Request

Query Parameters

    bot_executor_cron_job_id uuid
    bot_executor_job_id uuid
    bot_id uuid

Responses

Schema
    next stringnullable
    previous stringnullable

    results

    object[]

  • Array [

  • id uuidrequired
    bot_id uuidrequired
    bot_executor_job_id uuidnullablerequired
    bot_executor_cron_job_id uuidnullablerequired
    status stringrequired

    Possible values: [success, in_progress, failure, termination]

    • success - Success
    • in_progress - In Progress
    • failure - Failure
    • termination - Termination
    start date-timerequired
    finish date-timenullablerequired

    logs

    object

    required

    return_value

    object

    nullable

    required

  • ]

Loading...