Teams
Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams"{ "count": 0, "results": [ { "uuid": "string", "owner": "string", "name": "string", "user": "string", "projects": [ "string" ], "component_hubs": [ "string" ], "model_registries": [ "string" ], "settings": { "projects": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "hubs": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "registries": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ] }, "policy": "string", "role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Request Body
application/json
Team body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "owner": "string", "name": "string", "user": "string", "projects": [ "string" ], "component_hubs": [ "string" ], "model_registries": [ "string" ], "settings": { "projects": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "hubs": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "registries": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ] }, "policy": "string", "role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/names"{ "count": 0, "results": [ { "uuid": "string", "owner": "string", "name": "string", "user": "string", "projects": [ "string" ], "component_hubs": [ "string" ], "model_registries": [ "string" ], "settings": { "projects": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "hubs": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "registries": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ] }, "policy": "string", "role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity: project name, hub name, registry name, ...
Uuid identifier of the sub-entity
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/runs/string"{ "uuid": "string", "name": "string", "description": "string", "tags": [ "string" ], "user": "string", "owner": "string", "project": "string", "schedule_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "started_at": "2019-08-24T14:15:22Z", "finished_at": "2019-08-24T14:15:22Z", "wait_time": 0.1, "duration": 0.1, "managed_by": "client", "is_managed": true, "is_approved": true, "pending": "approval", "content": "string", "raw_content": "string", "status": "created", "bookmarked": true, "live_state": 0, "readme": "string", "meta_info": {}, "kind": "job", "runtime": "job", "inputs": {}, "outputs": {}, "original": { "uuid": "string", "name": "string", "kind": "copy" }, "pipeline": { "uuid": "string", "name": "string", "kind": "dag" }, "status_conditions": [ { "type": "created", "status": "string", "reason": "string", "message": "string", "last_update_time": "2019-08-24T14:15:22Z", "last_transition_time": "2019-08-24T14:15:22Z", "meta_info": {} } ], "role": "string", "contributors": [ {} ], "settings": { "namespace": "string", "agent": { "uuid": "string", "name": "string", "version": "string", "url": "string" }, "queue": { "uuid": "string", "name": "string", "version": "string", "url": "string" }, "artifacts_store": { "uuid": "string", "name": "string", "version": "string", "url": "string" }, "tensorboard": {}, "build": {}, "component": {}, "models": [ { "owner": "string", "project": "string", "name": "string", "state": "string" } ], "artifacts": [ { "owner": "string", "project": "string", "name": "string", "state": "string" } ] }, "resources": { "cpu": 0.1, "memory": 0.1, "gpu": 0.1, "custom": 0.1, "cost": 0.1 }, "graph": {}, "merge": true}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity name under namespace
Version Kind
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/versions/string"{ "count": 0, "results": [ { "uuid": "string", "name": "string", "description": "string", "tags": [ "string" ], "owner": "string", "user": "string", "project": "string", "connection": "string", "run": "string", "artifacts": [ "string" ], "meta_info": {}, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "stage": "testing", "kind": "component", "stage_conditions": [ { "type": "testing", "status": "string", "reason": "string", "message": "string", "last_update_time": "2019-08-24T14:15:22Z", "last_transition_time": "2019-08-24T14:15:22Z", "meta_info": {} } ], "content": "string", "readme": "string", "state": "string", "role": "string", "contributors": [ {} ] } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Component under namespace
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string"{ "uuid": "string", "owner": "string", "name": "string", "user": "string", "projects": [ "string" ], "component_hubs": [ "string" ], "model_registries": [ "string" ], "settings": { "projects": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "hubs": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "registries": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ] }, "policy": "string", "role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Component under namespace
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/orgs/string/teams/string"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/activities"{ "count": 0, "results": [ { "actor": "string", "owner": "string", "created_at": "2019-08-24T14:15:22Z", "event_action": "string", "event_subject": "string", "object_name": "string", "object_uuid": "string", "object_parent": "string" } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/members"{ "count": 0, "results": [ { "user": "string", "user_email": "string", "role": "string", "org_role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/runs"{ "count": 0, "results": [ { "uuid": "string", "name": "string", "description": "string", "tags": [ "string" ], "user": "string", "owner": "string", "project": "string", "schedule_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "started_at": "2019-08-24T14:15:22Z", "finished_at": "2019-08-24T14:15:22Z", "wait_time": 0.1, "duration": 0.1, "managed_by": "client", "is_managed": true, "is_approved": true, "pending": "approval", "content": "string", "raw_content": "string", "status": "created", "bookmarked": true, "live_state": 0, "readme": "string", "meta_info": {}, "kind": "job", "runtime": "job", "inputs": {}, "outputs": {}, "original": { "uuid": "string", "name": "string", "kind": "copy" }, "pipeline": { "uuid": "string", "name": "string", "kind": "dag" }, "status_conditions": [ { "type": "created", "status": "string", "reason": "string", "message": "string", "last_update_time": "2019-08-24T14:15:22Z", "last_transition_time": "2019-08-24T14:15:22Z", "meta_info": {} } ], "role": "string", "contributors": [ {} ], "settings": { "namespace": "string", "agent": { "uuid": "string", "name": "string", "version": "string", "url": "string" }, "queue": { "uuid": "string", "name": "string", "version": "string", "url": "string" }, "artifacts_store": { "uuid": "string", "name": "string", "version": "string", "url": "string" }, "tensorboard": {}, "build": {}, "component": {}, "models": [ { "owner": "string", "project": "string", "name": "string", "state": "string" } ], "artifacts": [ { "owner": "string", "project": "string", "name": "string", "state": "string" } ] }, "resources": { "cpu": 0.1, "memory": 0.1, "gpu": 0.1, "custom": 0.1, "cost": 0.1 }, "graph": {}, "merge": true } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/Skip" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/approve" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/archive" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/bookmark" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/orgs/string/teams/string/runs/delete" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/invalidate" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Mode of the search.
No pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/runs/lineage/artifacts"{ "count": 0, "results": [ { "name": "string", "state": "string", "kind": "model", "path": "string", "connection": "string", "run": "string", "summary": {}, "is_input": true, "meta_info": {} } ], "previous": "string", "next": "string"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/restore" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Uuids of the entities
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/stop" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/tag" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity under namespace
Request Body
application/json
Data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/runs/transfer" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Entity managing the resource
Query Parameters
Pagination offset.
Limit size.
Sort to order the search.
Query filter the search.
Filter by bookmarks.
Stats Mode.
Stats Kind.
Stats aggregate.
Stats group.
Stats trunc.
Stats start date.
Stats end date.
Stats boundary.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/stats"{}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Name
Request Body
application/json
Team body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/orgs/string/teams/string" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "owner": "string", "name": "string", "user": "string", "projects": [ "string" ], "component_hubs": [ "string" ], "model_registries": [ "string" ], "settings": { "projects": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "hubs": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "registries": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ] }, "policy": "string", "role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Name
Request Body
application/json
Team body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/v1/orgs/string/teams/string" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "owner": "string", "name": "string", "user": "string", "projects": [ "string" ], "component_hubs": [ "string" ], "model_registries": [ "string" ], "settings": { "projects": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "hubs": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ], "registries": [ { "uuid": "string", "name": "string", "version": "string", "url": "string" } ] }, "policy": "string", "role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Team
Request Body
application/json
Team body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/orgs/string/teams/string/members" \ -H "Content-Type: application/json" \ -d '{}'{ "user": "string", "user_email": "string", "role": "string", "org_role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Team
User
Request Body
application/json
Team body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v1/orgs/string/teams/string/members/string" \ -H "Content-Type: application/json" \ -d '{}'{ "user": "string", "user_email": "string", "role": "string", "org_role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Team
User
Request Body
application/json
Team body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/v1/orgs/string/teams/string/members/string" \ -H "Content-Type: application/json" \ -d '{}'{ "user": "string", "user_email": "string", "role": "string", "org_role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Team under namespace
Member under team
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/orgs/string/teams/string/members/string"{ "user": "string", "user_email": "string", "role": "string", "org_role": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Team under namespace
Member under team
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/orgs/string/teams/string/members/string"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Entity where the run will be assigned
The artifact kind
Query Parameters
Names query param.
Runs query param.
Orient query param.
Force query param.
Sample query param.
Connection to use.
Optional status.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/streams/v1/string/orgs/string/teams/string/runs/multi/events/model"{ "data": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Entity where the run will be assigned
Request Body
application/json
Params/Metrics data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/streams/v1/string/orgs/string/teams/string/runs/multi/importance" \ -H "Content-Type: application/json" \ -d '{}'{ "data": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}