Download OpenAPI specification:Download
Create, read, update, and delete Roboto resources over HTTP. This API is used by both the Roboto web application and the Roboto SDK.
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
name required | string (Name) |
ComputeRequirements (object) or null Default: null | |
ContainerParameters (object) or null Default: null | |
Description (string) or Description (null) (Description) Default: null | |
ActionReference (object) or null Default: null | |
object (Metadata) | |
Array of objects (Parameters) | |
Requires Downloaded Inputs (boolean) or Requires Downloaded Inputs (null) (Requires Downloaded Inputs) Default: null | |
Short Description (string) or Short Description (null) (Short Description) Default: null | |
tags | Array of strings (Tags) |
Timeout (integer) or Timeout (null) (Timeout) Default: null | |
Uri (string) or Uri (null) (Uri) Default: null |
{- "name": "string",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "requires_downloaded_inputs": null,
- "short_description": null,
- "tags": [
- "string"
], - "timeout": null,
- "uri": null
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "accessibility": "organization",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "digest": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "published": null,
- "requires_downloaded_inputs": null,
- "tags": [
- "string"
], - "uri": null,
- "short_description": null,
- "timeout": null
}
}
name required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "accessibility": "organization",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "digest": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "published": null,
- "requires_downloaded_inputs": null,
- "tags": [
- "string"
], - "uri": null,
- "short_description": null,
- "timeout": null
}
}
name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
ComputeRequirements (object) or Compute Requirements (null) or Compute Requirements (null) (Compute Requirements) | |
ContainerParameters (object) or Container Parameters (null) or Container Parameters (null) (Container Parameters) | |
Description (string) or Description (null) or Description (null) (Description) | |
ActionReference (object) or Inherits (null) or Inherits (null) (Inherits) | |
MetadataChangeset (object) or Metadata Changeset (null) (Metadata Changeset) | |
ActionParameterChangeset (object) or Parameter Changeset (null) (Parameter Changeset) | |
Uri (string) or Uri (null) or Uri (null) (Uri) | |
Short Description (string) or Short Description (null) or Short Description (null) (Short Description) | |
Timeout (integer) or Timeout (null) or Timeout (null) (Timeout) | |
Requires Downloaded Inputs (boolean) or Requires Downloaded Inputs (null) (Requires Downloaded Inputs) |
{- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "description": "string",
- "inherits": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "metadata_changeset": {
- "put_tags": null,
- "remove_tags": null,
- "put_fields": null,
- "remove_fields": null,
- "replace_all": false
}, - "parameter_changeset": {
- "put_parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "remove_parameters": [
- "string"
]
}, - "uri": "string",
- "short_description": "string",
- "timeout": 0,
- "requires_downloaded_inputs": true
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "accessibility": "organization",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "digest": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "published": null,
- "requires_downloaded_inputs": null,
- "tags": [
- "string"
], - "uri": null,
- "short_description": null,
- "timeout": null
}
}
name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
accessibility required | string (Accessibility) Enum: "organization" "action_hub" Controls who can query for and invoke an action. Accessibility levels determine the visibility and usability of actions within the Roboto platform. Actions can be private to an organization or published publicly in the Action Hub. Future accessibility levels may include: "user" and/or "team". |
Digest (string) or Digest (null) (Digest) Default: null |
{- "accessibility": "organization",
- "digest": null
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "accessibility": "organization",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "digest": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "published": null,
- "requires_downloaded_inputs": null,
- "tags": [
- "string"
], - "uri": null,
- "short_description": null,
- "timeout": null
}
}
name required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
ComputeRequirements (object) or null Default: null | |
ContainerParameters (object) or null Default: null | |
data_source_id required | string (Data Source Id) |
data_source_type required | string (InvocationDataSourceType) Value: "Dataset" Source of data for an action's input binding. Defines the type of data source that provides input data to an action invocation. Currently supports datasets, with potential for future expansion to other data source types. |
Idempotency Id (string) or Idempotency Id (null) (Idempotency Id) Default: null | |
input_data required | Array of strings (Input Data) |
InvocationInput (object) or null Default: null | |
invocation_source required | string (InvocationSource) Enum: "Trigger" "Manual" Method by which an invocation was run |
Invocation Source Id (string) or Invocation Source Id (null) (Invocation Source Id) Default: null | |
Parameter Values (object) or Parameter Values (null) (Parameter Values) Default: null | |
Timeout (integer) or Timeout (null) (Timeout) Default: null | |
InvocationUploadDestination (object) or null Default: null |
{- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "data_source_id": "string",
- "data_source_type": "Dataset",
- "idempotency_id": null,
- "input_data": [
- "string"
], - "rich_input_data": null,
- "invocation_source": "Trigger",
- "invocation_source_id": null,
- "parameter_values": null,
- "timeout": null,
- "upload_destination": null
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
}
invocation_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
}
invocation_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
image_digest required | string (Image Digest) |
{- "image_digest": "string"
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
}
invocation_id required | string |
required | string or null |
required | string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": { }
}
invocation_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
}
Paginated logs for an invocation that has finished running. To stream logs for an invocation that has not finished running, use the /.../logs/stream endpoint.
invocation_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "partial_id": null,
- "log": "string",
- "process": "firelens_log_router",
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "next_token": null
}
}
invocation_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
bucket required | string (Bucket) |
prefix required | string (Prefix) |
{- "bucket": "string",
- "prefix": "string"
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
}
Stream of logs for an invocation that has not finished running.
invocation_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "partial_id": null,
- "log": "string",
- "process": "firelens_log_router",
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "last_read": "string",
- "has_next": true
}
}
invocation_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
status required | integer (InvocationStatus) Enum: 0 1 2 3 4 5 997 998 999 Invocation status enum |
detail required | string (Detail) |
{- "status": 0,
- "detail": "string"
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Created Before (string) or Created Before (null) (Created Before) Default: null |
{- "created_before": null
}
{- "data": {
- "success_count": 0,
- "failure_count": 0,
- "count_remaining": 0
}
}
start_time required | string <date-time> ISO 8601 datetime string |
end_time required | string <date-time> ISO 8601 datetime string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "action_name": "string",
- "action_org_id": "string",
- "completed_count": 0,
- "fail_count": 0,
- "queued_count": 0
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "created": "2019-08-24T14:15:22Z",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "input_data": [
- "string"
], - "rich_input_data": null,
- "upload_destination": null,
- "invocation_id": "string",
- "idempotency_id": null,
- "compute_requirements": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameters": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "last_heartbeat": null,
- "last_status": 0,
- "org_id": "string",
- "parameter_values": { },
- "provenance": {
- "action": {
- "name": "string",
- "org_id": "string",
- "digest": null
}, - "executable": {
- "container_image_uri": null,
- "container_image_digest": null
}, - "source": {
- "source_type": "Trigger",
- "source_id": "string"
}
}, - "status": [
- {
- "status": 0,
- "detail": null,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "duration": "string",
- "timeout": 0
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "count_by_status": {
- "property1": 0,
- "property2": 0
}, - "org_id": null,
- "limits": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "accessibility": "organization",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "digest": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "published": null,
- "requires_downloaded_inputs": null,
- "tags": [
- "string"
], - "uri": null,
- "short_description": null,
- "timeout": null
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "accessibility": "organization",
- "compute_requirements": null,
- "container_parameters": null,
- "description": null,
- "digest": null,
- "inherits": null,
- "metadata": { },
- "parameters": [
- {
- "name": "string",
- "required": false,
- "description": null,
- "default": null
}
], - "published": null,
- "requires_downloaded_inputs": null,
- "tags": [
- "string"
], - "uri": null,
- "short_description": null,
- "timeout": null
}
], - "next_token": null
}
}
start_time | number |
end_time | number |
limit | number |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "action_org_id": "string",
- "action_name": "string",
- "fail_count": 0,
- "queued_count": 0,
- "completed_count": 0
}
]
}
chat_id required | string |
load_messages | boolean |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "chat_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "org_id": "string",
- "messages": [
- {
- "role": "user",
- "content": [
- {
- "text": "string"
}
], - "status": "not_started"
}
], - "continuation_token": "string"
}
}
chat_id required | string |
next_token required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "messages_by_idx": {
- "property1": {
- "role": "user",
- "content": [
- {
- "text": "string"
}
], - "status": "not_started"
}, - "property2": {
- "role": "user",
- "content": [
- {
- "text": "string"
}
], - "status": "not_started"
}
}, - "continuation_token": "string"
}
}
chat_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
role required | string (ChatRole) Enum: "user" "assistant" "roboto" Enumeration of possible roles in a chat conversation. Defines the different participants that can send messages in a chat session. |
required | Array of ChatTextContent (object) or ChatToolUseContent (object) or ChatToolResultContent (object) (Content) |
status | string (ChatMessageStatus) Default: "not_started" Enum: "not_started" "generating" "completed" Enumeration of possible message generation states. Tracks the lifecycle of message generation from initiation to completion. |
{- "role": "user",
- "content": [
- {
- "text": "string"
}
], - "status": "not_started"
}
{- "data": null
}
collection_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "relations": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
], - "group_permissions": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}
collection_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Array of objects (Add) | |
Array of objects (Remove) |
{- "add": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
], - "remove": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
]
}
{- "data": {
- "relations": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
], - "group_permissions": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Description (string) or Description (null) (Description) Default: null | |
Name (string) or Name (null) (Name) Default: null | |
Array of Resources (objects) or Resources (null) (Resources) Default: null | |
Array of Tags (strings) or Tags (null) (Tags) Default: null |
{- "description": null,
- "name": null,
- "resources": null,
- "tags": null
}
{- "data": {
- "collection_id": "string",
- "name": null,
- "description": null,
- "resources": {
- "property1": [
- null
], - "property2": [
- null
]
}, - "missing": {
- "property1": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "property2": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
]
}, - "tags": [ ],
- "version": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "string",
- "org_id": "string"
}
}
collection_id required | string |
string or null | |
content_mode | string Enum: "summary_only" "references" "full" Desired content mode for representing a collection |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "collection_id": "string",
- "name": null,
- "description": null,
- "resources": {
- "property1": [
- null
], - "property2": [
- null
]
}, - "missing": {
- "property1": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "property2": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
]
}, - "tags": [ ],
- "version": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "string",
- "org_id": "string"
}
}
collection_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Array of Add Resources (objects) or Add Resources (null) (Add Resources) | |
Array of Add Tags (strings) or Add Tags (null) (Add Tags) | |
Description (string) or Description (null) or Description (null) (Description) | |
Name (string) or Name (null) or Name (null) (Name) | |
Array of Remove Resources (objects) or Remove Resources (null) (Remove Resources) | |
Array of Remove Tags (strings) or Remove Tags (null) (Remove Tags) |
{- "add_resources": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "add_tags": [
- "string"
], - "description": "string",
- "name": "string",
- "remove_resources": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "remove_tags": [
- "string"
]
}
{- "data": {
- "collection_id": "string",
- "name": null,
- "description": null,
- "resources": {
- "property1": [
- null
], - "property2": [
- null
]
}, - "missing": {
- "property1": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "property2": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
]
}, - "tags": [ ],
- "version": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "string",
- "org_id": "string"
}
}
collection_id required | string |
string or null | |
string or null | |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "collection_id": "string",
- "from_version": 0,
- "to_version": 0,
- "change_set": {
- "added_resources": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "added_tags": [
- "string"
], - "removed_resources": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "removed_tags": [
- "string"
], - "field_changes": { }
}, - "applied": "2019-08-24T14:15:22Z",
- "applied_by": "string"
}
], - "next_token": null
}
}
content_mode | string Enum: "summary_only" "references" "full" Desired content mode for representing a collection |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "collection_id": "string",
- "name": null,
- "description": null,
- "resources": {
- "property1": [
- null
], - "property2": [
- null
]
}, - "missing": {
- "property1": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
], - "property2": [
- {
- "resource_type": "dataset",
- "resource_id": "string",
- "resource_version": null
}
]
}, - "tags": [ ],
- "version": 0,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "updated": "2019-08-24T14:15:22Z",
- "updated_by": "string",
- "org_id": "string"
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
entity_type required | string (CommentEntityType) Enum: "action" "collection" "dataset" "file" "invocation" "trigger" Enumeration of Roboto platform entities that support comments. This enum defines the types of resources in the Roboto platform that can have comments attached to them. Each value corresponds to a specific domain entity type. |
entity_id required | string (Entity Id) |
comment_text required | string (Comment Text) |
{- "entity_type": "action",
- "entity_id": "string",
- "comment_text": "string"
}
{- "data": {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
comment_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
comment_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
comment_text required | string (Comment Text) |
{- "comment_text": "string"
}
{- "data": {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
comment_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
entity_type required | string |
entity_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
], - "next_token": null
}
}
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
], - "next_token": null
}
}
entity_type required | string Enum: "action" "collection" "dataset" "file" "invocation" "trigger" Enumeration of Roboto platform entities that support comments. This enum defines the types of resources in the Roboto platform that can have comments attached to them. Each value corresponds to a specific domain entity type. |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
], - "next_token": null
}
}
user_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "org_id": "string",
- "comment_id": "string",
- "entity_type": "action",
- "entity_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "comment_text": "string",
- "mentions": [
- "string"
], - "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
], - "next_token": null
}
}
org_id required | string |
key required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
value required | any (Value) |
{- "value": null
}
{- "data": null
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Description (string) or Description (null) (Description) Default: null An optional human-readable description for this dataset. | |
Device Id (string) or Device Id (null) (Device Id) Default: null The ID of the device which created this dataset, if applicable. | |
Name (string) or Name (null) (Name) Default: null A short name for this dataset. Must be under 120 characters or less. | |
object (Metadata) Initial key-value pairs to associate with this dataset for discovery and search, e.g. | |
tags | Array of strings (Tags) Initial tags to associate with this dataset for discovery and search, e.g. |
{- "description": null,
- "device_id": null,
- "name": null,
- "metadata": { },
- "tags": [
- "string"
]
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": null,
- "org_id": "string",
- "roboto_record_version": 0,
- "tags": [
- "string"
], - "administrator": "Roboto",
- "storage_ctx": { },
- "storage_location": "S3"
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": null,
- "org_id": "string",
- "roboto_record_version": 0,
- "tags": [
- "string"
], - "administrator": "Roboto",
- "storage_ctx": { },
- "storage_location": "S3"
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
MetadataChangeset (object) or null Default: null | |
Description (string) or Description (null) (Description) Default: null | |
Device Id (string) or Device Id (null) (Device Id) Default: null | |
Name (string) or Name (null) (Name) Default: null | |
Array of Conditions (objects) or Conditions (null) (Conditions) Default: null |
{- "metadata_changeset": null,
- "description": null,
- "device_id": null,
- "name": null,
- "conditions": null
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": null,
- "org_id": "string",
- "roboto_record_version": 0,
- "tags": [
- "string"
], - "administrator": "Roboto",
- "storage_ctx": { },
- "storage_location": "S3"
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "relations": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
], - "group_permissions": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Array of objects (Add) | |
Array of objects (Remove) |
{- "add": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
], - "remove": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
]
}
{- "data": {
- "relations": [
- {
- "user": "string",
- "relation": "string",
- "obj": "string"
}
], - "group_permissions": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
name required | string (Name) |
error_if_exists | boolean (Error If Exists) Default: false |
Parent Path (string) or Parent Path (null) (Parent Path) Default: null | |
Origination (string) or Origination (null) (Origination) Default: null | |
create_intermediate_dirs | boolean (Create Intermediate Dirs) Default: false |
{- "name": "string",
- "error_if_exists": false,
- "parent_path": null,
- "origination": null,
- "create_intermediate_dirs": false
}
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "directory_id": "string",
- "fs_type": "file",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "string",
- "parent_id": null,
- "relative_path": "string",
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "string"
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
new_path required | string (New Path) |
old_path required | string (Old Path) |
{- "new_path": "string",
- "old_path": "string"
}
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "directory_id": "string",
- "fs_type": "file",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "string",
- "parent_id": null,
- "relative_path": "string",
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "string"
}
}
dataset_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "end_time": 0,
- "event_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "start_time": 0,
- "tags": [
- "string"
], - "display_options": null
}
], - "next_token": null
}
}
dataset_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
null
{- "data": {
- "items": [
- {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
], - "next_token": null
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
directory_paths required | Array of strings (Directory Paths) |
{- "directory_paths": [
- "string"
]
}
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
dataset_id required | string |
directory_path required | string |
show_hidden_files | boolean |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": 0
}
dataset_id required | string |
directory_path required | string |
page_size | number |
boolean or null | |
string or null | |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": { }
}
dataset_id required | string |
directory_path required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- "string"
]
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Page Token (string) or Page Token (null) (Page Token) Default: null | |
Array of Include Patterns (strings) or Include Patterns (null) (Include Patterns) Default: null | |
Array of Exclude Patterns (strings) or Exclude Patterns (null) (Exclude Patterns) Default: null |
{- "page_token": null,
- "include_patterns": null,
- "exclude_patterns": null
}
{- "data": {
- "items": [
- {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
], - "next_token": null
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "text": "string",
- "created": "2019-08-24T14:15:22Z",
- "status": "pending",
- "summary_id": "string"
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Common Knowledge (string) or Common Knowledge (null) (Common Knowledge) Default: null | |
System Prompt Override (string) or System Prompt Override (null) (System Prompt Override) Default: null | |
User Prompt Guidelines (string) or User Prompt Guidelines (null) (User Prompt Guidelines) Default: null |
{- "common_knowledge": null,
- "system_prompt_override": null,
- "user_prompt_guidelines": null
}
{- "data": {
- "text": "string",
- "created": "2019-08-24T14:15:22Z",
- "status": "pending",
- "summary_id": "string"
}
}
dataset_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
match_roboql_query required | string (Match Roboql Query) |
required | object (CreateDatasetRequest) Request payload for creating a new dataset. Used to specify the initial properties of a dataset during creation, including optional metadata, tags, name, and description. |
{- "match_roboql_query": "string",
- "create_request": {
- "description": null,
- "device_id": null,
- "name": null,
- "metadata": { },
- "tags": [
- "string"
]
}
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": null,
- "org_id": "string",
- "roboto_record_version": 0,
- "tags": [
- "string"
], - "administrator": "Roboto",
- "storage_ctx": { },
- "storage_location": "S3"
}
}
dataset_id required | string |
mode | string Enum: "ReadOnly" "ReadWrite" Enum for permission levels of a Roboto resource. It is a best practice to only request/use the minimum permissions required for a given operation. For example:
|
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "access_key_id": "string",
- "bucket": "string",
- "expiration": "2019-08-24T14:15:22Z",
- "secret_access_key": "string",
- "session_token": "string",
- "region": "string",
- "required_prefix": "string"
}
]
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": null,
- "org_id": "string",
- "roboto_record_version": 0,
- "tags": [
- "string"
], - "administrator": "Roboto",
- "storage_ctx": { },
- "storage_location": "S3"
}
], - "next_token": null
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Origination (string) or Origination (null) (Origination) Default: null Additional information about what uploaded the file, e.g. | |
file_path required | string (File Path) The destination path to upload the file to in the dataset, e.g. |
file_size required | integer (File Size) The size of the file in bytes. |
{- "origination": null,
- "file_path": "string",
- "file_size": 0
}
{- "data": {
- "upload_id": "string",
- "upload_url": "string"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
device_id required | string (Device Id) |
Org Id (string) or Org Id (null) (Org Id) Default: null |
{- "device_id": "string",
- "org_id": null
}
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "device_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string"
}
}
device_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "device_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string"
}
}
device_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
device_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "secret": null,
- "user_id": null,
- "context": null
}
]
}
device_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
expiry_days required | integer (Expiry Days) Number of days until the token expires |
name required | string (Name) A human-readable name for this token. |
Description (string) or Description (null) (Description) Default: null An optional longer description for this token. |
{- "expiry_days": 0,
- "name": "string",
- "description": null
}
{- "data": {
- "secret": null,
- "user_id": null,
- "context": null
}
}
org_id required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "device_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string"
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Array of objects (Associations) | |
Description (string) or Description (null) (Description) Default: null | |
end_time required | integer (End Time) |
object (Metadata) | |
name required | string (Name) |
start_time required | integer (Start Time) |
tags | Array of strings (Tags) |
EventDisplayOptions (object) or null Default: null |
{- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "description": null,
- "end_time": 0,
- "metadata": { },
- "name": "string",
- "start_time": 0,
- "tags": [
- "string"
], - "display_options": null
}
{- "data": {
- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "end_time": 0,
- "event_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "start_time": 0,
- "tags": [
- "string"
], - "display_options": null
}
}
event_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "end_time": 0,
- "event_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "start_time": 0,
- "tags": [
- "string"
], - "display_options": null
}
}
event_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Description (string) or Description (null) or Description (null) (Description) | |
MetadataChangeset (object) or Metadata Changeset (null) (Metadata Changeset) | |
Name (string) or Name (null) (Name) | |
Start Time (integer) or Start Time (null) (Start Time) | |
End Time (integer) or End Time (null) (End Time) | |
EventDisplayOptionsChangeset (object) or Display Options Changeset (null) (Display Options Changeset) |
{- "description": "string",
- "metadata_changeset": {
- "put_tags": null,
- "remove_tags": null,
- "put_fields": null,
- "remove_fields": null,
- "replace_all": false
}, - "name": "string",
- "start_time": 0,
- "end_time": 0,
- "display_options_changeset": {
- "color": { }
}
}
{- "data": {
- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "end_time": 0,
- "event_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "start_time": 0,
- "tags": [
- "string"
], - "display_options": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | Array of objects (Associations) |
Page Token (string) or Page Token (null) (Page Token) Default: null |
{- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "page_token": null
}
{- "data": {
- "items": [
- {
- "associations": [
- {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}
], - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "end_time": 0,
- "event_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "start_time": 0,
- "tags": [
- "string"
], - "display_options": null
}
], - "next_token": null
}
}
file_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
association_id required | string (Association Id) |
new_path required | string (New Path) |
{- "association_id": "string",
- "new_path": "string"
}
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
}
file_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "text": "string",
- "created": "2019-08-24T14:15:22Z",
- "status": "pending",
- "summary_id": "string"
}
}
file_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Common Knowledge (string) or Common Knowledge (null) (Common Knowledge) Default: null | |
System Prompt Override (string) or System Prompt Override (null) (System Prompt Override) Default: null | |
User Prompt Guidelines (string) or User Prompt Guidelines (null) (User Prompt Guidelines) Default: null |
{- "common_knowledge": null,
- "system_prompt_override": null,
- "user_prompt_guidelines": null
}
{- "data": {
- "text": "string",
- "created": "2019-08-24T14:15:22Z",
- "status": "pending",
- "summary_id": "string"
}
}
association_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
]
}
association_id required | string |
string or null | |
page_size | number |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "description": null,
- "directory_id": "string",
- "fs_type": "file",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "string",
- "parent_id": null,
- "relative_path": "string",
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "string"
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
dataset_id required | string (Dataset Id) |
Description (string) or Description (null) (Description) Default: null | |
Device Id (string) or Device Id (null) (Device Id) Default: null | |
Array of Tags (strings) or Tags (null) (Tags) Default: null | |
Metadata (object) or Metadata (null) (Metadata) Default: null | |
relative_path required | string (Relative Path) |
Size (integer) or Size (null) (Size) Default: null | |
uri required | string (Uri) |
{- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "tags": null,
- "metadata": null,
- "relative_path": "string",
- "size": null,
- "uri": "string"
}
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | Array of objects (Requests) |
{- "requests": [
- {
- "dataset_id": "string",
- "description": null,
- "device_id": null,
- "tags": null,
- "metadata": null,
- "relative_path": "string",
- "size": null,
- "uri": "string"
}
]
}
{- "data": [
- {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
]
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": 0
}
file_id required | string |
number or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
}
file_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Description (string) or Description (null) or Description (null) (Description) | |
Device Id (string) or Device Id (null) or Device Id (null) (Device Id) | |
MetadataChangeset (object) or Metadata Changeset (null) (Metadata Changeset) | |
true (boolean) or Ingestion Complete (null) (Ingestion Complete) |
{- "description": "string",
- "device_id": "string",
- "metadata_changeset": {
- "put_tags": null,
- "remove_tags": null,
- "put_fields": null,
- "remove_fields": null,
- "replace_all": false
}, - "ingestion_complete": true
}
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
}
url_quoted_file_path required | string |
association_id required | string |
number or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "association_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "",
- "description": null,
- "device_id": null,
- "file_id": "string",
- "fs_type": "file",
- "ingestion_status": "not_ingested",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "origination": "",
- "parent_id": null,
- "relative_path": "string",
- "size": 0,
- "status": "available",
- "storage_type": "imported",
- "tags": [
- "string"
], - "upload_id": "NO_ID",
- "uri": "string",
- "version": 0
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
transaction_ids required | Array of strings (Transaction Ids) |
{- "transaction_ids": [
- "string"
]
}
{- "data": null
}
repository_uri required | string |
permissions | string Enum: "ReadOnly" "ReadWrite" Enum for permission levels of a Roboto resource. It is a best practice to only request/use the minimum permissions required for a given operation. For example:
|
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "username": "string",
- "password": "string",
- "registry_url": "string",
- "expiration": "2019-08-24T14:15:22Z"
}
}
Idempotently delete container image from Roboto's private registry.
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
image_uri required | string (Image Uri) |
{- "image_uri": "string"
}
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
Admin only.
Memorialize a container image pushed into Roboto's private registry.
:meta private:
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | object (ContainerImageRecord) A wire-transmissible representation of a container image. |
{- "record": {
- "org_id": "string",
- "repository_name": "string",
- "image_tag": "string",
- "image_uri": "string"
}
}
{- "data": null
}
Admin only.
Delete our record of container image that has been removed from Roboto's private registry.
:meta private:
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
image_uri required | string (Image Uri) |
{- "image_uri": "string"
}
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
Retrieve our record of a container image pushed into Roboto's private registry.
org_id required | string |
image_uri required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "org_id": "string",
- "repository_name": "string",
- "image_tag": "string",
- "image_uri": "string"
}
}
Return paginated list of container image URIs pushed into Roboto's registry for a given org.
string or null | |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "org_id": "string",
- "repository_name": "string",
- "image_tag": "string",
- "image_uri": "string"
}
], - "next_token": null
}
}
Idempotently create a container image repository in Roboto's private registry. Repositories are namespaced by org.
Returns: The URI of the created repository.
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
repository_name required | string (Repository Name) |
immutable_image_tags required | boolean (Immutable Image Tags) |
{- "repository_name": "string",
- "immutable_image_tags": true
}
{- "data": {
- "repository_name": "string",
- "repository_uri": "string"
}
}
Delete a container image repository in Roboto's private registry.
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
repository_name required | string (Repository Name) |
force | boolean (Force) Default: false |
{- "repository_name": "string",
- "force": false
}
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
Does the given Roboto-managed repository contain an image with the given image tag?
Because Roboto's view of its image registry is eventually consistent, it may be useful to poll this endpoint until it returns True or False to know when an image has been pushed to or deleted from Roboto's registry.
repo_name required | string |
image_tag required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "contains_image": true
}
}
Update an existing container image repository in Roboto's private registry to either allow or disallow overwriting of image tags.
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
repository_name required | string (Repository Name) |
immutable_image_tags required | boolean (Immutable Image Tags) |
{- "repository_name": "string",
- "immutable_image_tags": true
}
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
Return paginated list of repositories within Roboto's registry for a given org.
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "org_id": "string",
- "repository_name": "string",
- "repository_uri": "string",
- "arn": "string"
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
account_id required | string (Account Id) |
aws_region required | string (Aws Region) |
bucket_name required | string (Bucket Name) |
org_id required | string (Org Id) |
transfer_accelerated | boolean (Transfer Accelerated) Default: false |
readonly | boolean (Readonly) Default: false |
{- "account_id": "string",
- "aws_region": "string",
- "bucket_name": "string",
- "org_id": "string",
- "transfer_accelerated": false,
- "readonly": false
}
{- "data": {
- "iam_role_name": "string",
- "iam_role_policy": { },
- "iam_role_trust_relationship": { },
- "s3_bucket_cors_policy": [
- { }
]
}
}
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "accessibility": "organization",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "layout_definition": { },
- "layout_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "schema_version": 0,
- "tags": [
- "string"
]
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
accessibility | string (LayoutAccessibility) Default: "user" Enum: "organization" "user" Controls layout accessibility between organization-wide or user-only. |
required | object (Layout Definition) The layout definition as a JSON object. |
name required | string (Name) <= 120 characters The name of the layout. |
schema_version required | integer (Schema Version) The schema version associated with the layout definition. |
tags | Array of strings (Tags) The tags associated with the layout. |
{- "accessibility": "organization",
- "layout_definition": { },
- "name": "string",
- "schema_version": 0,
- "tags": [
- "string"
]
}
{- "data": null
}
layout_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "accessibility": "organization",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "layout_definition": { },
- "layout_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "name": "string",
- "org_id": "string",
- "schema_version": 0,
- "tags": [
- "string"
]
}
}
layout_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
LayoutAccessibility (string) or NotSetType (any) (Accessibility) Default: {} Controls layout accessibility between organization-wide or user-only. | |
Layout Definition (object) or NotSetType (any) (Layout Definition) Default: {} The layout definition as a JSON object. | |
Name (string) or NotSetType (string) (Name) <= 120 characters Default: {} The name of the layout. | |
Schema Version (integer) or NotSetType (any) (Schema Version) Default: {} The schema version associated with the layout definition. | |
Array of Tags (strings) or NotSetType (any) (Tags) Default: {} The tags associated with the layout. |
{- "accessibility": { },
- "layout_definition": { },
- "name": { },
- "schema_version": { },
- "tags": { }
}
{- "data": null
}
org_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "resource_name": "actions::total_count",
- "quantity": 0,
- "principal": {
- "id": "string",
- "scope": "org"
}
}
]
}
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Notification read status enum
null
{- "data": {
- "items": [
- {
- "notification_id": "string",
- "org_id": "string",
- "user_id": "string",
- "notifier_id": "string",
- "notification_type": "comment_mention",
- "channels": [
- "email"
], - "lifecycle_status": {
- "property1": "string",
- "property2": "string"
}, - "read_status": "unread",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}
], - "next_token": null
}
}
notification_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
notification_id required | string (Notification Id) |
ReadStatus (string) or null Default: null | |
Lifecycle Status (object) or Lifecycle Status (null) (Lifecycle Status) Default: null |
{- "notification_id": "string",
- "read_status": null,
- "lifecycle_status": null
}
{- "data": {
- "notification_id": "string",
- "org_id": "string",
- "user_id": "string",
- "notifier_id": "string",
- "notification_type": "comment_mention",
- "channels": [
- "email"
], - "lifecycle_status": {
- "property1": "string",
- "property2": "string"
}, - "read_status": "unread",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z"
}
}
notification_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | Array of objects (Requests) |
{- "requests": [
- {
- "notification_id": "string",
- "read_status": null,
- "lifecycle_status": null
}
]
}
{- "data": {
- "responses": [
- {
- "data": null,
- "error": null
}
]
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "org_id": "string",
- "name": "string",
- "tier": "free",
- "status": "provisioning",
- "created": "2019-08-24T14:15:22Z",
- "created_by": null
}
]
}
org_id required | string |
url_encoded_user_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Array of Add Roles (strings) or Add Roles (null) (Add Roles) Default: null | |
Array of Remove Roles (strings) or Remove Roles (null) (Remove Roles) Default: null |
{- "add_roles": null,
- "remove_roles": null
}
{- "data": null
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
prompt required | string (Prompt) |
{- "prompt": "string"
}
{- "data": {
- "query": "string",
- "target": "collections"
}
}
query_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "modified": "2019-08-24T14:15:22Z",
- "org_id": "string",
- "query_id": "string",
- "query_ctx": {
- "query_scheme": "query_spec_v1",
- "query": { }
}, - "result_count": 0,
- "status": "failed",
- "submitted": "2019-08-24T14:15:22Z",
- "submitted_by": "string",
- "target": "collections"
}
}
query_id required | string |
string or null | |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- null
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | Query (string) or Query (null) (Query) The conditions, sorting behavior, and limit of this query. |
target required | string (QueryTarget) Enum: "collections" "datasets" "files" "topics" "topic_message_paths" "events" The type of data being requested, e.g. 'Datasets' or 'Topics'. |
{- "query": "string",
- "target": "collections"
}
{- "data": {
- "modified": "2019-08-24T14:15:22Z",
- "org_id": "string",
- "query_id": "string",
- "query_ctx": {
- "query_scheme": "query_spec_v1",
- "query": { }
}, - "result_count": 0,
- "status": "failed",
- "submitted": "2019-08-24T14:15:22Z",
- "submitted_by": "string",
- "target": "collections"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | object (QuerySpecification) The conditions, sorting behavior, and limit of this query. |
target required | string (QueryTarget) Enum: "collections" "datasets" "files" "topics" "topic_message_paths" "events" The type of data being requested, e.g. 'Datasets' or 'Topics'. |
{- "query": {
- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}, - "target": "collections"
}
{- "data": {
- "modified": "2019-08-24T14:15:22Z",
- "org_id": "string",
- "query_id": "string",
- "query_ctx": {
- "query_scheme": "query_spec_v1",
- "query": { }
}, - "result_count": 0,
- "status": "failed",
- "submitted": "2019-08-24T14:15:22Z",
- "submitted_by": "string",
- "target": "collections"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
term | string (Term) Default: "" A string search term which this query will attempt to match across any appropriate fields. |
target required | string (QueryTarget) Enum: "collections" "datasets" "files" "topics" "topic_message_paths" "events" The type of data being requested, e.g. 'Datasets' or 'Topics'. |
{- "term": "",
- "target": "collections"
}
{- "data": {
- "modified": "2019-08-24T14:15:22Z",
- "org_id": "string",
- "query_id": "string",
- "query_ctx": {
- "query_scheme": "query_spec_v1",
- "query": { }
}, - "result_count": 0,
- "status": "failed",
- "submitted": "2019-08-24T14:15:22Z",
- "submitted_by": "string",
- "target": "collections"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
expiry_days required | integer (Expiry Days) Number of days until the token expires |
name required | string (Name) A human-readable name for this token. |
Description (string) or Description (null) (Description) Default: null An optional longer description for this token. |
{- "expiry_days": 0,
- "name": "string",
- "description": null
}
{- "data": {
- "secret": null,
- "user_id": null,
- "context": null
}
}
token_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | object (Association) Use to declare an association between two Roboto entities. |
topic_name required | string (Topic Name) |
End Time (integer) or End Time (null) (End Time) Default: null | |
Message Count (integer) or Message Count (null) (Message Count) Default: null | |
Metadata (object) or Metadata (null) (Metadata) Default: null | |
Schema Checksum (string) or Schema Checksum (null) (Schema Checksum) Default: null | |
Schema Name (string) or Schema Name (null) (Schema Name) Default: null | |
Start Time (integer) or Start Time (null) (Start Time) Default: null | |
Array of Message Paths (objects) or Message Paths (null) (Message Paths) Default: null |
{- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "topic_name": "string",
- "end_time": null,
- "message_count": null,
- "metadata": null,
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "message_paths": null
}
{- "data": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
}
encoded_association required | string |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
], - "next_token": null
}
}
encoded_association required | string |
url_quoted_topic_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
}
encoded_association required | string |
url_quoted_topic_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
encoded_association required | string |
url_quoted_topic_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
message_path required | string (Message Path) |
data_type required | string (Data Type) |
canonical_data_type required | string (CanonicalDataType) Enum: "array" "boolean" "byte" "categorical" "image" "number" "number_array" "object" "string" "timestamp" "unknown" "latdegfloat" "londegfloat" "latdegint" "londegint" Normalized data types used across different robotics frameworks. Well-known and simplified data types that provide a common vocabulary for describing message path data types across different frameworks and technologies. These canonical types are primarily used for UI rendering decisions and cross-platform compatibility. The canonical types abstract away framework-specific details while preserving the essential characteristics needed for data processing and visualization. References: - ROS 1 field types: http://wiki.ros.org/msg - ROS 2 field types: https://docs.ros.org/en/iron/Concepts/Basic/About-Interfaces.html#field-types - uORB: https://docs.px4.io/main/en/middleware/uorb.html#adding-a-new-topic Example mappings:
- |
object (Metadata) Initial key-value pairs to associate with this topic message path for discovery and search, e.g. |
{- "message_path": "string",
- "data_type": "string",
- "canonical_data_type": "array",
- "metadata": { }
}
{- "data": {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
}
encoded_association required | string |
url_quoted_topic_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
message_path required | string (Message Path) |
TaglessMetadataChangeset (object) or NotSetType (any) (Metadata Changeset) Default: {} | |
Data Type (string) or NotSetType (any) (Data Type) Default: {} | |
CanonicalDataType (string) or NotSetType (any) (Canonical Data Type) Default: {} |
{- "message_path": "string",
- "metadata_changeset": { },
- "data_type": { },
- "canonical_data_type": { }
}
{- "data": {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
}
encoded_association required | string |
url_quoted_topic_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | object (Association) Use to declare an association between two Roboto entities. |
storage_format required | string (RepresentationStorageFormat) Enum: "mcap" "parquet" Supported storage formats for topic data representations. Defines the available formats for storing and accessing topic data within the Roboto platform. Each format has different characteristics and use cases. |
version required | integer (Version) |
message_path_id required | string (Message Path Id) |
{- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "storage_format": "mcap",
- "version": 0,
- "message_path_id": "string"
}
{- "data": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
}
encoded_association required | string |
url_quoted_topic_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | object (Association) Use to declare an association between two Roboto entities. |
storage_format required | string (RepresentationStorageFormat) Enum: "mcap" "parquet" Supported storage formats for topic data representations. Defines the available formats for storing and accessing topic data within the Roboto platform. Each format has different characteristics and use cases. |
version required | integer (Version) |
{- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "storage_format": "mcap",
- "version": 0
}
{- "data": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
}
association_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "topics": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
], - "results_remaining": true
}
}
topic_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
}
topic_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
End Time (integer) or End Time (null) or End Time (null) (End Time) | |
Message Count (integer) or Message Count (null) (Message Count) | |
Schema Checksum (string) or Schema Checksum (null) or Schema Checksum (null) (Schema Checksum) | |
Schema Name (string) or Schema Name (null) or Schema Name (null) (Schema Name) | |
Start Time (integer) or Start Time (null) or Start Time (null) (Start Time) | |
MetadataChangeset (object) or Metadata Changeset (null) (Metadata Changeset) | |
MessagePathChangeset (object) or Message Path Changeset (null) (Message Path Changeset) |
{- "end_time": 0,
- "message_count": 0,
- "schema_checksum": "string",
- "schema_name": "string",
- "start_time": 0,
- "metadata_changeset": {
- "put_tags": null,
- "remove_tags": null,
- "put_fields": null,
- "remove_fields": null,
- "replace_all": false
}, - "message_path_changeset": {
- "message_paths_to_add": null,
- "message_paths_to_delete": null,
- "message_paths_to_update": null,
- "replace_all": false
}
}
{- "data": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "default_representation": null,
- "end_time": null,
- "message_count": null,
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "schema_checksum": null,
- "schema_name": null,
- "start_time": null,
- "topic_id": "string",
- "topic_name": "string"
}
}
topic_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "representation": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
}
]
}
topic_id required | string |
storage_format required | string Enum: "mcap" "parquet" Supported storage formats for topic data representations. Defines the available formats for storing and accessing topic data within the Roboto platform. Each format has different characteristics and use cases. |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "message_paths": [
- {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
], - "representation": {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
}
]
}
message_path_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "canonical_data_type": "array",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "data_type": "string",
- "message_path": "string",
- "message_path_id": "string",
- "metadata": { },
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "org_id": "string",
- "path_in_schema": [
- "string"
], - "representations": [
- {
- "association": {
- "association_id": "string",
- "association_type": "dataset",
- "association_version": null,
- "parent": null
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "representation_id": "string",
- "storage_format": "mcap",
- "topic_id": "string",
- "version": 0
}
], - "source_path": "string",
- "topic_id": "string"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Action Digest (string) or Action Digest (null) (Action Digest) Default: null | |
action_name required | string (Action Name) |
Action Owner Id (string) or Action Owner Id (null) (Action Owner Id) Default: null | |
Array of Additional Inputs (strings) or Additional Inputs (null) (Additional Inputs) Default: null | |
Array of Causes (strings) or Causes (null) (Causes) Default: null | |
ComputeRequirements (object) or null Default: null | |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
ContainerParameters (object) or null Default: null | |
enabled | boolean (Enabled) Default: true |
for_each required | string (TriggerForEachPrimitive) Enum: "dataset" "dataset_file" Defines the granularity at which a trigger executes. Determines whether the trigger creates one invocation per dataset or one invocation per file within datasets that match the trigger conditions. |
name required | string (Name) <= 256 characters [\w\-]+ |
Parameter Values (object) or Parameter Values (null) (Parameter Values) Default: null | |
required_inputs required | Array of strings (Required Inputs) |
Service User Id (string) or Service User Id (null) (Service User Id) Default: null | |
Timeout (integer) or Timeout (null) (Timeout) Default: null |
{- "action_digest": null,
- "action_name": "string",
- "action_owner_id": null,
- "additional_inputs": null,
- "causes": null,
- "compute_requirement_overrides": null,
- "condition": null,
- "container_parameter_overrides": null,
- "enabled": true,
- "for_each": "dataset",
- "name": "string",
- "parameter_values": null,
- "required_inputs": [
- "string"
], - "service_user_id": null,
- "timeout": null
}
{- "data": {
- "trigger_id": "string",
- "name": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "required_inputs": [
- "string"
], - "service_user_id": "string",
- "for_each": "dataset",
- "enabled": true,
- "parameter_values": { },
- "additional_inputs": null,
- "causes": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "condition": null,
- "timeout": null
}
}
trigger_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "trigger_id": "string",
- "name": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "required_inputs": [
- "string"
], - "service_user_id": "string",
- "for_each": "dataset",
- "enabled": true,
- "parameter_values": { },
- "additional_inputs": null,
- "causes": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "condition": null,
- "timeout": null
}
}
trigger_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Action Name (string) or Action Name (null) (Action Name) | |
Action Owner Id (string) or Action Owner Id (null) (Action Owner Id) | |
Action Digest (string) or Action Digest (null) or Action Digest (null) (Action Digest) | |
Array of Additional Inputs (strings) or Additional Inputs (null) or Additional Inputs (null) (Additional Inputs) | |
Array of Causes (strings) or Causes (null) (Causes) | |
ComputeRequirements (object) or Compute Requirement Overrides (null) or Compute Requirement Overrides (null) (Compute Requirement Overrides) | |
ContainerParameters (object) or Container Parameter Overrides (null) or Container Parameter Overrides (null) (Container Parameter Overrides) | |
Condition (object) or ConditionGroup (object) or Condition (null) or Condition (null) (Condition) | |
Enabled (boolean) or Enabled (null) (Enabled) | |
TriggerForEachPrimitive (string) or For Each (null) (For Each) | |
Parameter Values (object) or Parameter Values (null) or Parameter Values (null) (Parameter Values) | |
Array of Required Inputs (strings) or Required Inputs (null) (Required Inputs) | |
Timeout (integer) or Timeout (null) or Timeout (null) (Timeout) |
{- "action_name": "string",
- "action_owner_id": "string",
- "action_digest": "string",
- "additional_inputs": [
- "string"
], - "causes": [
- "dataset_metadata_update"
], - "compute_requirement_overrides": {
- "vCPU": 512,
- "memory_MiB": 1024,
- "gpu": false,
- "storage_GiB": 21
}, - "container_parameter_overrides": {
- "command": null,
- "entry_point": null,
- "env_vars": null,
- "workdir": null
}, - "condition": {
- "field": "string",
- "comparator": "EQUALS",
- "value": null
}, - "enabled": true,
- "for_each": "dataset",
- "parameter_values": { },
- "required_inputs": [
- "string"
], - "timeout": 0
}
{- "data": {
- "trigger_id": "string",
- "name": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "required_inputs": [
- "string"
], - "service_user_id": "string",
- "for_each": "dataset",
- "enabled": true,
- "parameter_values": { },
- "additional_inputs": null,
- "causes": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "condition": null,
- "timeout": null
}
}
trigger_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
trigger_name required | string |
limit | number |
string or null | |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "trigger_evaluation_id": 0,
- "trigger_id": "string",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "data_constraint": null,
- "evaluation_start": "2019-08-24T14:15:22Z",
- "evaluation_end": null,
- "status": "pending",
- "status_detail": null,
- "outcome": null,
- "outcome_reason": null,
- "cause": null
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "trigger_id": "string",
- "trigger_type": "event_driven",
- "name": "string",
- "on_event": null,
- "on_schedule": null,
- "enabled": true,
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "parameter_values": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "timeout": null,
- "invocation_upload_destination": null,
- "service_user_id": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
], - "next_token": null
}
}
dataset_id required | string |
limit | number |
string or null |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "items": [
- {
- "trigger_evaluation_id": 0,
- "trigger_id": "string",
- "data_source": {
- "data_source_type": "Dataset",
- "data_source_id": "string"
}, - "data_constraint": null,
- "evaluation_start": "2019-08-24T14:15:22Z",
- "evaluation_end": null,
- "status": "pending",
- "status_detail": null,
- "outcome": null,
- "outcome_reason": null,
- "cause": null
}
], - "next_token": null
}
}
dataset_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "count_pending": 0,
- "last_evaluation_start": "2019-08-24T14:15:22Z"
}
}
trigger_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "trigger_id": "string",
- "name": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "required_inputs": [
- "string"
], - "service_user_id": "string",
- "for_each": "dataset",
- "enabled": true,
- "parameter_values": { },
- "additional_inputs": null,
- "causes": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "condition": null,
- "timeout": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Condition (object) or ConditionGroup (object) or Condition (null) (Condition) Default: null | |
limit | integer (Limit) Default: 1000 |
After (string) or After (null) (After) Default: null | |
Sort By (string) or Sort By (null) (Sort By) Default: null | |
SortDirection (string) or null Default: null |
{- "condition": null,
- "limit": 1000,
- "after": null,
- "sort_by": null,
- "sort_direction": null
}
{- "data": {
- "items": [
- {
- "trigger_id": "string",
- "name": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string",
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "required_inputs": [
- "string"
], - "service_user_id": "string",
- "for_each": "dataset",
- "enabled": true,
- "parameter_values": { },
- "additional_inputs": null,
- "causes": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "condition": null,
- "timeout": null
}
], - "next_token": null
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
action_name required | string (Action Name) [\w\-]+ |
Action Owner Id (string) or Action Owner Id (null) (Action Owner Id) Default: null | |
ComputeRequirements (object) or null Default: null | |
ContainerParameters (object) or null Default: null | |
enabled required | boolean (Enabled) |
InvocationInput (object) or null Default: null | |
InvocationUploadDestination (object) or null Default: null | |
name required | string (Name) <= 256 characters [\w\-]+ |
Parameter Values (object) or Parameter Values (null) (Parameter Values) Default: null | |
schedule required | string (Schedule) |
Timeout (integer) or Timeout (null) (Timeout) Default: null |
{- "action_name": "string",
- "action_owner_id": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "enabled": true,
- "invocation_input": null,
- "invocation_upload_destination": null,
- "name": "string",
- "parameter_values": null,
- "schedule": "string",
- "timeout": null
}
{- "data": {
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "enabled": true,
- "invocation_input": null,
- "invocation_upload_destination": null,
- "name": "string",
- "next_occurrence": null,
- "org_id": "string",
- "parameter_values": null,
- "schedule": "string",
- "timeout": null,
- "trigger_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
trigger_name required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "enabled": true,
- "invocation_input": null,
- "invocation_upload_destination": null,
- "name": "string",
- "next_occurrence": null,
- "org_id": "string",
- "parameter_values": null,
- "schedule": "string",
- "timeout": null,
- "trigger_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
trigger_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "enabled": true,
- "invocation_input": null,
- "invocation_upload_destination": null,
- "name": "string",
- "next_occurrence": null,
- "org_id": "string",
- "parameter_values": null,
- "schedule": "string",
- "timeout": null,
- "trigger_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
trigger_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Action Name (string) or NotSetType (any) (Action Name) Default: {} | |
Action Owner Id (string) or NotSetType (any) (Action Owner Id) Default: {} | |
ComputeRequirements (object) or NotSetType (any) or Compute Requirement Overrides (null) (Compute Requirement Overrides) Default: {} | |
ContainerParameters (object) or NotSetType (any) or Container Parameter Overrides (null) (Container Parameter Overrides) Default: {} | |
Enabled (boolean) or NotSetType (any) (Enabled) Default: {} | |
InvocationInput (object) or NotSetType (any) or Invocation Input (null) (Invocation Input) Default: {} | |
InvocationUploadDestination (object) or NotSetType (any) or Invocation Upload Destination (null) (Invocation Upload Destination) Default: {} | |
Parameter Values (object) or NotSetType (any) or Parameter Values (null) (Parameter Values) Default: {} | |
Schedule (string) or NotSetType (any) (Schedule) Default: {} | |
Timeout (integer) or NotSetType (any) or Timeout (null) (Timeout) Default: {} |
{- "action_name": { },
- "action_owner_id": { },
- "compute_requirement_overrides": { },
- "container_parameter_overrides": { },
- "enabled": { },
- "invocation_input": { },
- "invocation_upload_destination": { },
- "parameter_values": { },
- "schedule": { },
- "timeout": { }
}
{- "data": {
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "enabled": true,
- "invocation_input": null,
- "invocation_upload_destination": null,
- "name": "string",
- "next_occurrence": null,
- "org_id": "string",
- "parameter_values": null,
- "schedule": "string",
- "timeout": null,
- "trigger_id": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
trigger_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "error": {
- "error_code": 0,
- "message": "string",
- "stack_trace": "string"
}
}
trigger_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "trigger_id": "string",
- "trigger_type": "event_driven",
- "name": "string",
- "on_event": null,
- "on_schedule": null,
- "enabled": true,
- "action": {
- "name": "string",
- "digest": null,
- "owner": null
}, - "parameter_values": null,
- "compute_requirement_overrides": null,
- "container_parameter_overrides": null,
- "timeout": null,
- "invocation_upload_destination": null,
- "service_user_id": "string",
- "org_id": "string",
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string",
- "modified": "2019-08-24T14:15:22Z",
- "modified_by": "string"
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "user_id": "string",
- "is_service_user": false,
- "is_system_user": false,
- "name": null,
- "picture_url": null,
- "notification_channels_enabled": {
- "property1": true,
- "property2": true
}, - "notification_types_enabled": {
- "property1": true,
- "property2": true
}
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
user_id required | string (User Id) |
Name (string) or Name (null) (Name) Default: null | |
is_service_user | boolean (Is Service User) Default: false |
is_system_user | boolean (Is System User) Default: false |
Picture Url (string) or Picture Url (null) (Picture Url) Default: null | |
Array of Default Notification Channels (strings) or Default Notification Channels (null) (Default Notification Channels) Default: ["email"] | |
Array of Default Notification Types (strings) or Default Notification Types (null) (Default Notification Types) Default: ["comment_mention"] |
{- "user_id": "string",
- "name": null,
- "is_service_user": false,
- "is_system_user": false,
- "picture_url": null,
- "default_notification_channels": [
- "email"
], - "default_notification_types": [
- "comment_mention"
]
}
{- "data": {
- "user_id": "string",
- "is_service_user": false,
- "is_system_user": false,
- "name": null,
- "picture_url": null,
- "notification_channels_enabled": {
- "property1": true,
- "property2": true
}, - "notification_types_enabled": {
- "property1": true,
- "property2": true
}
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
Name (string) or Name (null) (Name) Default: null | |
Picture Url (string) or Picture Url (null) (Picture Url) Default: null | |
Notification Channels Enabled (object) or Notification Channels Enabled (null) (Notification Channels Enabled) Default: null | |
Notification Types Enabled (object) or Notification Types Enabled (null) (Notification Types Enabled) Default: null |
{- "name": null,
- "picture_url": null,
- "notification_channels_enabled": null,
- "notification_types_enabled": null
}
{- "data": {
- "user_id": "string",
- "is_service_user": false,
- "is_system_user": false,
- "name": null,
- "picture_url": null,
- "notification_channels_enabled": {
- "property1": true,
- "property2": true
}, - "notification_types_enabled": {
- "property1": true,
- "property2": true
}
}
}
user_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "user_id": "string",
- "is_service_user": false,
- "is_system_user": false,
- "name": null,
- "picture_url": null,
- "notification_channels_enabled": {
- "property1": true,
- "property2": true
}, - "notification_types_enabled": {
- "property1": true,
- "property2": true
}
}
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "invite_id": "string",
- "user_id": "string",
- "invited_by": {
- "user_id": "string",
- "is_service_user": false,
- "is_system_user": false,
- "name": null,
- "picture_url": null,
- "notification_channels_enabled": {
- "property1": true,
- "property2": true
}, - "notification_types_enabled": {
- "property1": true,
- "property2": true
}
}, - "org": {
- "org_id": "string",
- "name": "string",
- "tier": "free",
- "status": "provisioning",
- "created": "2019-08-24T14:15:22Z",
- "created_by": null
}
}
]
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "org_id": "string",
- "name": "string",
- "tier": "free",
- "status": "provisioning",
- "created": "2019-08-24T14:15:22Z",
- "created_by": null
}
]
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": [
- {
- "user": {
- "user_id": "string",
- "is_service_user": false,
- "is_system_user": false,
- "name": null,
- "picture_url": null,
- "notification_channels_enabled": {
- "property1": true,
- "property2": true
}, - "notification_types_enabled": {
- "property1": true,
- "property2": true
}
}, - "org": {
- "org_id": "string",
- "name": "string",
- "tier": "free",
- "status": "provisioning",
- "created": "2019-08-24T14:15:22Z",
- "created_by": null
}, - "roles": [
- "user"
]
}
]
}
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
required | object (Config) |
{- "config": { }
}
{- "data": {
- "workspace_id": "string",
- "org_id": "string",
- "config": { },
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string"
}
}
workspace_id required | string |
X-Roboto-Org-Id | string |
X-Roboto-User-Id | string |
{- "data": {
- "workspace_id": "string",
- "org_id": "string",
- "config": { },
- "created": "2019-08-24T14:15:22Z",
- "created_by": "string"
}
}