{ "opencollection": "1.0.0", "info": { "name": "Julep Agents Executions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Executions", "type": "folder" }, "items": [ { "info": { "name": "ExecutionsRoute_resumeWithTaskToken", "type": "http" }, "http": { "method": "POST", "url": "https://{serverEnv}.julep.ai/api/executions", "params": [ { "name": "task_token", "value": "", "type": "query", "description": "A Task Token is a unique identifier for a specific Task Execution." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume an execution with a task token" }, { "info": { "name": "ExecutionsRoute_get", "type": "http" }, "http": { "method": "GET", "url": "https://{serverEnv}.julep.ai/api/executions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the resource" } ] }, "docs": "Get an Execution by id" }, { "info": { "name": "ExecutionsRoute_update", "type": "http" }, "http": { "method": "PUT", "url": "https://{serverEnv}.julep.ai/api/executions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Execution" }, { "info": { "name": "ExecutionStatusStreamRoute_stream", "type": "http" }, "http": { "method": "GET", "url": "https://{serverEnv}.julep.ai/api/executions/:id/status.stream", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of parent" }, { "name": "next_token", "value": "", "type": "query", "description": "Next page token" } ] }, "docs": "Stream the status of an execution" }, { "info": { "name": "ExecutionTransitionsRoute_list", "type": "http" }, "http": { "method": "GET", "url": "https://{serverEnv}.julep.ai/api/executions/:id/transitions", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of parent" }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of items returned" }, { "name": "offset", "value": "", "type": "query", "description": "Offset the items returned" }, { "name": "sort_by", "value": "", "type": "query", "description": "Sort by a field" }, { "name": "direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "metadata_filter", "value": "", "type": "query", "description": "Object to filter results by metadata" } ] }, "docs": "List the Transitions of an Execution by id" }, { "info": { "name": "ExecutionTransitionsStreamRoute_stream", "type": "http" }, "http": { "method": "GET", "url": "https://{serverEnv}.julep.ai/api/executions/:id/transitions.stream", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of parent" }, { "name": "next_token", "value": "", "type": "query", "description": "Next page token" } ] }, "docs": "Stream events emitted by the given execution" } ] } ], "bundled": true }