Skip to main content
POST
Batch retrieve workflows

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
inputs
FLOW_ID · object[]
required

Response

successful operation

completedAt
string<date-time>
required

The date and time when the batch process was completed, formatted as a date-time string.

results
object[]
required
startedAt
string<date-time>
required

The date and time when the batch process began, formatted as a date-time string.

status
enum<string>
required

The current status of the batch process, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING
errors
object[]

A collection of URLs related to the batch process, empty for this operation.

numErrors
integer<int32>
requestedAt
string<date-time>

The date and time when the batch request was initiated, formatted as a date-time string.

Last modified on March 31, 2026