{ "opencollection": "1.0.0", "info": { "name": "Arthur GenAI Engine Agent Discovery Projects V1 API", "version": "2.1.688" }, "items": [ { "info": { "name": "Projects V1", "type": "folder" }, "items": [ { "info": { "name": "Get Projects.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/workspaces/:workspace_id/projects", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "sort", "value": "", "type": "query", "description": "Override the field used for sorting the returned list. Optional." }, { "name": "order", "value": "", "type": "query", "description": "Override the sort order used. Optional." }, { "name": "name", "value": "", "type": "query", "description": "Search term to filter workspaces by name." }, { "name": "page", "value": "", "type": "query", "description": "The page to return starting from 1 up to total_pages." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of records per page. The max is 1000." } ] }, "docs": "Requires workspace_list_projects permission." }, { "info": { "name": "Post Project.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/workspaces/:workspace_id/projects", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires workspace_create_project permission." }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Fetches project by ID. Requires project_read permission." }, { "info": { "name": "Patch Project.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires project_update permission." }, { "info": { "name": "Delete Project.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Requires project_delete permission." } ] } ], "bundled": true }