ReferenceTeams
ResourcesTeams

Teams

GET
/api/v1/orgs/{owner}/teams
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Mode of the search.

no_page?boolean

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"    }  ]}
POST
/api/v1/orgs/{owner}/teams
Authorization<token>

In: header

Path Parameters

owner*string

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/names
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Mode of the search.

no_page?boolean

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{entity}/runs/{uuid}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

entity*string

Entity: project name, hub name, registry name, ...

uuid*string

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{entity}/versions/{kind}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

entity*string

Entity name under namespace

kind*string

Version Kind

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

no_page?boolean

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{name}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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"    }  ]}
DELETE
/api/v1/orgs/{owner}/teams/{name}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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"
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{name}/activities
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

Entity managing the resource

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Mode of the search.

no_page?boolean

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{name}/members
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

Entity managing the resource

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Mode of the search.

no_page?boolean

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{name}/runs
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

Entity managing the resource

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Mode of the search.

no_page?boolean

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"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/Skip
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/approve
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/archive
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/bookmark
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
DELETE
/api/v1/orgs/{owner}/teams/{name}/runs/delete
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/invalidate
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{name}/runs/lineage/artifacts
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

Entity managing the resource

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Mode of the search.

no_page?boolean

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"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/restore
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/stop
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/tag
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{name}/runs/transfer
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

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 '{}'
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{name}/stats
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

name*string

Entity managing the resource

Query Parameters

offset?integer

Pagination offset.

limit?integer

Limit size.

sort?string

Sort to order the search.

query?string

Query filter the search.

bookmarks?boolean

Filter by bookmarks.

mode?string

Stats Mode.

kind?string

Stats Kind.

aggregate?string

Stats aggregate.

groupby?string

Stats group.

trunc?string

Stats trunc.

start_date?string

Stats start date.

end_date?string

Stats end date.

boundary?boolean

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"    }  ]}
PATCH
/api/v1/orgs/{owner}/teams/{team.name}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team.name*string

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"    }  ]}
PUT
/api/v1/orgs/{owner}/teams/{team.name}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team.name*string

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"    }  ]}
POST
/api/v1/orgs/{owner}/teams/{team}/members
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team*string

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"    }  ]}
PATCH
/api/v1/orgs/{owner}/teams/{team}/members/{member.user}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team*string

Team

member.user*string

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"    }  ]}
PUT
/api/v1/orgs/{owner}/teams/{team}/members/{member.user}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team*string

Team

member.user*string

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"    }  ]}
GET
/api/v1/orgs/{owner}/teams/{team}/members/{user}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team*string

Team under namespace

user*string

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"    }  ]}
DELETE
/api/v1/orgs/{owner}/teams/{team}/members/{user}
Authorization<token>

In: header

Path Parameters

owner*string

Owner of the namespace

team*string

Team under namespace

user*string

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"
Empty
{}
{}
{}
{  "error": "string",  "code": 0,  "message": "string",  "details": [    {      "type_url": "string",      "value": "string"    }  ]}
GET
/streams/v1/{namespace}/orgs/{owner}/teams/{entity}/runs/multi/events/{kind}
Authorization<token>

In: header

Path Parameters

namespace*string

namespace

owner*string

Owner of the namespace

entity*string

Entity where the run will be assigned

kind*string

The artifact kind

Query Parameters

names?string

Names query param.

runs?string

Runs query param.

orient?string

Orient query param.

force?boolean

Force query param.

sample?integer

Sample query param.

connection?string

Connection to use.

status?string

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"    }  ]}
POST
/streams/v1/{namespace}/orgs/{owner}/teams/{entity}/runs/multi/importance
Authorization<token>

In: header

Path Parameters

namespace*string

namespace

owner*string

Owner of the namespace

entity*string

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"    }  ]}