Skip to main content
POST
Batch retrieve workflows

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
inputs
FLOW_ID · object[]
requerido

Respuesta

successful operation

completedAt
string<date-time>
requerido

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

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

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

status
enum<string>
requerido

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

Opciones disponibles:
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.

Última modificación el 3 de abril de 2026