Flow Exports

Generates an export for the specified flow.

post

Generates an export for the specified flow.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The unique identifier of the flow.

projectIdentifierstringRequired
Query parameters
exportDocumentsbooleanOptional

Whether to include documents in the export.

Default: false
Responses
200

OK

Responsestring · binary
post
/projects/{projectIdentifier}/flows/{flowIdentifier}/export
POST /projects/{projectIdentifier}/flows/{flowIdentifier}/export HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binary

Last updated