Skip to main content
POST
Python (SDK)

Authorizations

tql_api_key
string
header
required

Headers

Connect-Protocol-Version
enum<number>
default:1
required

Define the version of the Connect protocol

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json

Request to list batch runs for a playbook

playbookId
string

UUID

limit
integer<int32> | null

Max number of results (default: 50)

offset
integer<int32> | null

Offset for pagination (default: 0)

Response

Success

Response containing list of batch runs

batchRuns
PlaybookBatchRun · object[]
totalCount
integer<int32>

Total number of batch runs for this playbook