Get export record

Export workflows is a 3-stage process:

(1) Filter and choose which workflows to export using POST /workflows/exports - works like POST /workflows/search with filtering, returns the UUID of the export record.

(2) Check export status using GET /workflows/exports/{id} - status can be INITIATED, PROCESSING, PROCESSED, or FAILED.

(3) Download the file using POST /workflows/exports/{id}/download - returns the URL of the file in the url field that can be fetched using a simple HTTP GET request.

This is Stage 2 of 3: Check export status.

Language
Credentials
OAuth2
Missing 1 required scope
Click Try It! to start a request and see the response here!