{ "opencollection": "1.0.0", "info": { "name": "Relay App Automation Runs Workflows API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Relay-API-Key", "value": "{{X-Relay-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List Workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.relay.app/v1/workflows", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Retrieves a list of all workflows in the account." }, { "info": { "name": "Get Workflow", "type": "http" }, "http": { "method": "GET", "url": "https://api.relay.app/v1/workflows/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path", "description": "The unique identifier of the workflow." } ] }, "docs": "Retrieves details of a specific workflow by its ID." } ] } ], "bundled": true }