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

Batch request to get reports for multiple template data IDs efficiently

playbookId
string

UUID

templateDataIds
string[]

List of template data UUIDs to fetch reports for

limitPerTemplate
integer<int32>

Max reports to return per template_data_id (default: 100)

batchRunId
string | null

UUID - filter reports and artifacts by batch run

Response

Success

Batch response with reports grouped by template_data_id

templateDataReports
TemplateDataReports · object[]