{ "opencollection": "1.0.0", "info": { "name": "stargate AOI Workflows API", "version": "v0.1.0" }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/workflows", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "Unique identifier for the project containing the workflows" }, { "name": "id", "value": "", "type": "query", "description": "Filter by specific workflow ID" }, { "name": "name", "value": "", "type": "query", "description": "Filter workflows by display name" }, { "name": "created_by", "value": "", "type": "query", "description": "Filter workflows by creator's user id" }, { "name": "created_on", "value": "", "type": "query", "description": "Filter workflows by creation date" }, { "name": "updated_at", "value": "", "type": "query", "description": "Filter workflows by last modification timestamp" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Limit for pagination" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List workflows with pagination. Returns paginated results with limit (default: 50) and offset (default: 0) parameters. The response always includes pagination metadata with total count." }, { "info": { "name": "Get Workflows By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/workflows/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Unique UUID identifier for the target workflow" }, { "name": "project_id", "value": "", "type": "query", "description": "Project identifier that the workflow belongs to" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get workflows by a ID" }, { "info": { "name": "Get Workflow Cost estimate", "type": "http" }, "http": { "method": "GET", "url": "https://api.pixxel.space/v0/workflows/:workflow_id/estimate", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Unique ID of the workflow to estimate cost for" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Workflow Cost estimate" } ] } ], "bundled": true }