v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
PlaybookService

List batch runs for a playbook

List batch runs for a playbook

post/textql.rpc.public.playbook.PlaybookService/ListPlaybookBatchRuns

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

playbookIdstring

UUID

limitinteger nullable

Max number of results (default: 50)

offsetinteger nullable

Offset for pagination (default: 0)

Response

Success

totalCountinteger

Total number of batch runs for this playbook

Example response

{
  "batchRuns": [
    {
      "createdAt": "2023-01-15T01:30:15.01Z"
    }
  ]
}