{ "opencollection": "1.0.0", "info": { "name": "Render Public Audit Logs Workflows (Beta) API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflows (Beta)", "type": "folder" }, "items": [ { "info": { "name": "List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/workflows", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter by name" }, { "name": "ownerId", "value": "", "type": "query", "description": "The ID of the workspaces to return resources for" }, { "name": "workflowID", "value": "", "type": "query", "description": "The IDs of the workflows to return resources for" }, { "name": "environmentId", "value": "", "type": "query", "description": "Filter for resources that belong to an environment" }, { "name": "cursor", "value": "", "type": "query", "description": "The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." } ] }, "docs": "List workflows that match the provided filters. If no filters are provided, all workflows accessible by the authenticated user are returned." }, { "info": { "name": "Create a workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.render.com/v1/workflows", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workflow service with the specified configuration." }, { "info": { "name": "Retrieve workflow", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/workflows/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path", "description": "The ID of the workflow" } ] }, "docs": "Retrieve the workflow service with the provided ID." }, { "info": { "name": "Update workflow", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.render.com/v1/workflows/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path", "description": "The ID of the workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the workflow service with the provided ID." }, { "info": { "name": "Delete workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.render.com/v1/workflows/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path", "description": "The ID of the workflow" } ] }, "docs": "Delete the workflow service with the provided ID." }, { "info": { "name": "List workflow versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/workflowversions", "params": [ { "name": "ownerId", "value": "", "type": "query", "description": "The ID of the workspaces to return resources for" }, { "name": "workflowID", "value": "", "type": "query", "description": "The IDs of the workflows to return resources for" }, { "name": "workflowVersionId", "value": "", "type": "query", "description": "The IDs of the workflow versions to return resources for" }, { "name": "cursor", "value": "", "type": "query", "description": "The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination)." } ] }, "docs": "List known versions of the workflow service with the provided ID." }, { "info": { "name": "Deploy a workflow version", "type": "http" }, "http": { "method": "POST", "url": "https://api.render.com/v1/workflowversions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates and deploys a new version of a workflow." }, { "info": { "name": "Retrieve workflow version", "type": "http" }, "http": { "method": "GET", "url": "https://api.render.com/v1/workflowversions/:workflowVersionId", "params": [ { "name": "workflowVersionId", "value": "", "type": "path", "description": "The ID of the workflow version" } ] }, "docs": "Retrieve the specific workflow service version with the provided ID." } ] } ], "bundled": true }