Create Task

Use this API to create a new task for an entity.

🗒

Things to Know

  • This API only supports AI Governance entities (Models, Datasets, AI Systems, and AI Agents).
  • AI Governance APIs will become available over the course of the Spring as customer tenants are upgraded to enhanced AI Governance services. No customer action is required and more detailed information will be published in upcoming release notes and product documentation.
Body Params
uuid
required

ID of the parent entity

string
required
length between 0 and 512

Name of the task

string
length ≤ 2000

Description of the task

uuid
required

Organization group ID

string
required
length between 1 and 100

Key identifying the task type

uuid

ID of the assignee

string
length between 5 and 255

Email of the assignee

collaborators
array of objects

List of task collaborators

collaborators
date-time

Deadline for the task

context
object

Context information for the task

boolean
Defaults to false

Flag indicating if the task is active

string
length between 0 and 16

Type of source that created the task

uuid

ID of the source that created the task

uuid

ID of the resource

string
length between 1 and 100

Key identifying the resource type

string
enum

Source module

string
enum
Defaults to MEDIUM

Priority level of the task

Allowed:
boolean
Defaults to false

Flag indicating if the task is required

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
LoadingLoading…
Response
Choose an example:
application/json
*/*