Runs
Authorization
ApiKey In: header
Path Parameters
User
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/archives/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
User
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/bookmarks/string/runs"{ "count": 0, "results": [ {} ], "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/string/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: project name, hub name, registry name, ...
Uuid identifier of the sub-entity
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/string/string/runs/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
curl -X POST "https://example.com/api/v1/string/string/runs/string/approve"{}{}{}{ "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
curl -X POST "https://example.com/api/v1/string/string/runs/string/archive"{}{}{}{ "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
curl -X POST "https://example.com/api/v1/string/string/runs/string/bookmark"{}{}{}{ "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 POST "https://example.com/api/v1/string/string/runs/string/impersonate"{ "token": "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
curl -X POST "https://example.com/api/v1/string/string/runs/string/invalidate"{}{}{}{ "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
SubEntity uuid
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/string/string/runs/string/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 name under namespace
SubEntity uuid
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/string/string/runs/string/lineage/artifacts/names"{ "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 name under namespace
SubEntity uuid
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/string/string/runs/string/lineage/clones"{ "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 name under namespace
SubEntity uuid
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/string/string/runs/string/lineage/connections"{ "count": 0, "results": [ { "uuid": "string", "name": "string", "kind": "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 name under namespace
SubEntity uuid
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/string/string/runs/string/lineage/downstream"{ "count": 0, "results": [ { "upstream": { "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 }, "downstream": { "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 }, "kind": "action", "values": {}, "statuses": [ "created" ] } ], "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 name under namespace
SubEntity uuid
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/string/string/runs/string/lineage/upstream"{ "count": 0, "results": [ { "upstream": { "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 }, "downstream": { "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 }, "kind": "action", "values": {}, "statuses": [ "created" ] } ], "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/string/string/runs/string/namespace"{ "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" } ]}{}{}{}{ "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
curl -X POST "https://example.com/api/v1/string/string/runs/string/restore"{}{}{}{ "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/string/string/runs/string/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" } ]}{}{}{}{ "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
curl -X POST "https://example.com/api/v1/string/string/runs/string/skip"{}{}{}{ "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
SubEntity uuid
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/string/string/runs/string/stats"{}{}{}{}{ "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/string/string/runs/string/statuses"{ "uuid": "string", "status": "created", "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": {} } ], "meta_info": {}}{}{}{}{ "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
curl -X POST "https://example.com/api/v1/string/string/runs/string/stop"{}{}{}{ "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
curl -X DELETE "https://example.com/api/v1/string/string/runs/string/unbookmark"{}{}{}{ "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/string/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/string/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/string/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/string/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/string/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/string/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/string/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/string/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/string/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/string/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/string/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/string/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
Project where the run will be assigned
Request Body
application/json
operation object
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/string/string/runs" \ -H "Content-Type: application/json" \ -d '{}'{ "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
Project where the run will be assigned
Request Body
application/json
Run object
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/string/string/runs/sync" \ -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
Project where the run will be assigned
UUID
Request Body
application/json
Run object
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/string/string/runs/string" \ -H "Content-Type: application/json" \ -d '{}'{ "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
Project where the run will be assigned
UUID
Request Body
application/json
Run object
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/string/string/runs/string" \ -H "Content-Type: application/json" \ -d '{}'{ "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
Project where the run will be assigned
UUID
Request Body
application/json
Run object
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/string/string/runs/string/copy" \ -H "Content-Type: application/json" \ -d '{}'{ "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
Project where the run will be assigned
UUID
Request Body
application/json
Run object
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/string/string/runs/string/restart" \ -H "Content-Type: application/json" \ -d '{}'{ "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
Project where the run will be assigned
UUID
Request Body
application/json
Run object
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/string/string/runs/string/resume" \ -H "Content-Type: application/json" \ -d '{}'{ "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
Project where the run will be assigned
UUID
Request Body
application/json
Run object
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/string/string/runs/string/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
Project where the run will be assigned
Uuid identifier of the entity
Request Body
application/json
Run Artifacts
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/string/string/runs/string/lineage/artifacts" \ -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
Project where the run will be assigned
Uuid identifier of the entity
Artifact name
Query Parameters
namespace.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/string/string/runs/string/lineage/artifacts/string"{ "name": "string", "state": "string", "kind": "model", "path": "string", "connection": "string", "run": "string", "summary": {}, "is_input": true, "meta_info": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Artifact name
Query Parameters
namespace.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/string/string/runs/string/lineage/artifacts/string"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Project
Run uuid
Request Body
application/json
Run edges graph
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/string/string/runs/string/lineage/edges" \ -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
Project where the run will be assigned
Uuid identifier of the entity
Request Body
application/json
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/string/string/runs/string/statuses" \ -H "Content-Type: application/json" \ -d '{}'{ "uuid": "string", "status": "created", "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": {} } ], "meta_info": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Kind of the entity
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/internal/v1/string/string/string/runs/string/string/logs"{}{}{}{ "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/string/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/string/string/runs/multi/importance" \ -H "Content-Type: application/json" \ -d '{}'{ "data": {}}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the entity will be assigned
Unique integer identifier of the entity
Query Parameters
Artifact filepath.
Whether to stream the file.
Whether to force reload.
Connection to use.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/streams/v1/string/string/string/runs/string/artifact""string"{}{}{}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Query Parameters
Path query param.
Connection to use.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/streams/v1/string/string/string/runs/string/artifact"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the entity will be assigned
Unique integer identifier of the entity
Query Parameters
Artifact filepath.
Whether to force reload.
Connection to use.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/streams/v1/string/string/string/runs/string/artifacts""string"{}{}{}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Query Parameters
Path query param.
Connection to use.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/streams/v1/string/string/string/runs/string/artifacts"{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Query Parameters
Path query param.
Connection to use.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/streams/v1/string/string/string/runs/string/artifacts/tree"{ "files": { "property1": 0, "property2": 0 }, "dirs": [ "string" ], "is_done": true}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
The artifact kind
Query Parameters
Names 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/string/string/runs/string/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
Project where the run will be assigned
Uuid identifier of the entity
Query Parameters
The entity kind.
Names query param.
Query param flag to tail the values.
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/string/string/runs/string/k8s_inspect"{}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Query Parameters
Kind of the entity.
last time.
last file.
Force query param.
Connection to use.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/streams/v1/string/string/string/runs/string/logs"{ "logs": [ { "timestamp": "2019-08-24T14:15:22Z", "node": "string", "pod": "string", "container": "string", "value": "string" } ], "last_time": "2019-08-24T14:15:22Z", "last_file": "string", "files": [ "string" ]}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Na,espace
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Request Body
application/json
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/streams/v1/string/string/string/runs/string/notify" \ -H "Content-Type: application/json" \ -d '{}'{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
namespace
Owner of the namespace
Project where the run will be assigned
Uuid identifier of the entity
Query Parameters
The entity kind.
Names query param.
Query param flag to tail the values.
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/string/string/runs/string/resources"{ "data": [ {} ]}{}{}{}{ "error": "string", "code": 0, "message": "string", "details": [ { "type_url": "string", "value": "string" } ]}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Project having access to the store
Unique integer identifier of the entity
Query Parameters
File path query params.
File path query params.
Connection to use.
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/string/string/runs/string/logs/upload" \ -F uploadfile="string"{}{}{}Authorization
ApiKey In: header
Path Parameters
Owner of the namespace
Project having access to the store
Unique integer identifier of the entity
Query Parameters
File path query params.
File path query params.
Connection to use.
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/string/string/runs/string/artifacts/upload" \ -F uploadfile="string"{}{}{}