Redbelt API (1.0.0)

Download OpenAPI specification:

threads

Get Frontend Llms

Authorizations:
BearerAuth
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Toggle Llm Favorite

Authorizations:
BearerAuth
path Parameters
llm_id
required
integer (Llm Id) >= 1
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "property1": true,
  • "property2": true
}

Create Realtime Session

Authorizations:
BearerAuth
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "session_id": "string",
  • "model": "string",
  • "expires_at": 0,
  • "client_secret": {
    }
}

Report Realtime Session Usage

Authorizations:
BearerAuth
path Parameters
session_id
required
string (Session Id) [ 1 .. 128 ] characters
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
RealtimeUsageBucket (object) or null
RealtimeUsageBucket (object) or null
status
string (Status)
Default: "completed"
Enum: "completed" "error" "cancelled"

Responses

Request samples

Content type
application/json
{
  • "realtime": {
    },
  • "transcription": {
    },
  • "status": "completed"
}

Response samples

Content type
application/json
null

Heartbeat Realtime Session

Authorizations:
BearerAuth
path Parameters
session_id
required
string (Session Id) [ 1 .. 128 ] characters
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
null

Transcribe Dictation Audio

Authorizations:
BearerAuth
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: multipart/form-data
required
audio_file
required
string <application/octet-stream> (Audio File)
language
string (Language)
Default: "en"

Responses

Response samples

Content type
application/json
{
  • "duration": 0,
  • "text": "string",
  • "segments": [
    ],
  • "total_cost_usd": 0,
  • "input_tokens": 0,
  • "output_tokens": 0
}

Run Thread Agent

Authorizations:
BearerAuth
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
utterance
required
string (Utterance)

The user's message or question to send to the agent

Utterance Id (string) or Utterance Id (null) (Utterance Id)

Client-generated UUID7 for the utterance (for optimistic UI)

Startup Trace Id (string) or Startup Trace Id (null) (Startup Trace Id)

Browser-generated startup trace retained across durable dispatch

Array of Message Parts (objects) or Message Parts (null) (Message Parts)

Optional structured message parts. When omitted, the utterance is stored as one text part.

thread_mode
string (Thread Mode)
Default: "agent"
Enum: "agent" "workflow" "write"

Thread mode: 'agent' (default), 'workflow', or 'write'

Agent Id (string) or Agent Id (null) (Agent Id)

Agent ID to use (defaults to mode-appropriate internal agent)

Model (string) or Model (null) (Model)

Model slug to use (defaults to 'auto-fast')

Reasoning Effort (string) or Reasoning Effort (null) (Reasoning Effort)

Reasoning effort level (e.g., 'minimal', 'low', 'medium', 'high', 'xhigh', 'max')

Client Timezone (string) or Client Timezone (null) (Client Timezone)

IANA timezone reported by the calling client (for example, 'America/Chicago')

Thread Id (string) or Thread Id (null) (Thread Id)

Existing thread ID to continue conversation, or null for new thread

Thread Folder Id (string) or Thread Folder Id (null) (Thread Folder Id)

Folder ID to organize a newly created thread

System Instructions (string) or System Instructions (null) (System Instructions)

Additional system instructions for the agent

Array of Upload Ids (strings) or Upload Ids (null) (Upload Ids)

IDs of uploaded files to include in context

Array of Folder Ids (strings) or Folder Ids (null) (Folder Ids)

IDs of folders to search for context

Array of Active Skill Slugs (strings) or Active Skill Slugs (null) (Active Skill Slugs)

Optional list of explicitly activated sandbox skills.

Persona Id (string) or Persona Id (null) (Persona Id)

ID of the persona to apply

ThreadAgentResourceContext (object) or null

Optional context for server-side generator routing.

Responses

Request samples

Content type
application/json
{
  • "utterance": "string",
  • "utterance_id": "0c682eb6-7e43-4c9b-9b55-314e09e4e36b",
  • "startup_trace_id": "96f5c7b3-987b-439b-981a-72843c42d628",
  • "message_parts": [
    ],
  • "thread_mode": "agent",
  • "agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
  • "model": "string",
  • "reasoning_effort": "string",
  • "client_timezone": "string",
  • "thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
  • "thread_folder_id": "7e19fe12-702e-42b4-9ecf-1117e64fefd3",
  • "system_instructions": "string",
  • "upload_ids": [
    ],
  • "folder_ids": [
    ],
  • "active_skill_slugs": [
    ],
  • "persona_id": "84321d19-6cb7-45af-a8d3-0bb38b11a872",
  • "resource_context": {
    }
}

Response samples

Content type
application/json
{
  • "thread_run": {
    },
  • "utterance": {
    },
  • "thread": {
    }
}

Get Thread Wait

Authorizations:
BearerAuth
path Parameters
wait_id
required
string <uuid> (Wait Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "wait_id": "bf7a87f9-89e0-481a-a995-b026ca4909e8",
  • "run_id": "dded282c-8ebd-44cf-8ba5-9a234973d1ec",
  • "thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
  • "wait_kind": "string",
  • "status": "string",
  • "prompt_payload": {
    },
  • "response_payload": {
    },
  • "compute_hold_until": "2019-08-24T14:15:22Z",
  • "compute_released_at": "2019-08-24T14:15:22Z",
  • "checkpoint_id": "4d0293ba-f0d3-4c7e-8eba-c2cef877c686",
  • "tool_call_id": "6786703c-7c59-49a0-b3ee-bc30b7ddc419",
  • "created_at": "2019-08-24T14:15:22Z",
  • "fulfilled_at": "2019-08-24T14:15:22Z"
}

Respond To Thread Wait

Authorizations:
BearerAuth
path Parameters
wait_id
required
string <uuid> (Wait Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
Array of Answers (objects) or Answers (null) (Answers)
Decision (string) or Decision (null) (Decision)
Array of Folder Ids (strings) or Folder Ids (null) (Folder Ids)
Array of Upload Ids (strings) or Upload Ids (null) (Upload Ids)
Tool Parameters (object) or Tool Parameters (null) (Tool Parameters)
Idempotency Key (string) or Idempotency Key (null) (Idempotency Key)

Responses

Request samples

Content type
application/json
{
  • "answers": [
    ],
  • "decision": "string",
  • "folder_ids": [
    ],
  • "upload_ids": [
    ],
  • "tool_parameters": {
    },
  • "idempotency_key": "stringst"
}

Response samples

Content type
application/json
{
  • "wait": {
    },
  • "tool_result": {
    },
  • "agent_action": {
    }
}

files

Start Upload

Authorizations:
BearerAuth
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
folder_id
required
string <uuid> (Folder Id)

The ID of the folder where the file will be uploaded

file_name
required
string (File Name)

The name of the file being uploaded including the extension

size
required
integer (Size)

The total size of the file in bytes (max 512MB)

Metadata (object) or Metadata (null) (Metadata)

Optional metadata dictionary associated with the file

Array of Tags (strings) or Tags (null) (Tags)

Optional list of tags for categorizing the file

Client Batch Id (string) or Client Batch Id (null) (Client Batch Id)

Optional batch identifier for grouping multiple uploads

External Id (string) or External Id (null) (External Id)

Client-provided external identifier (<=64 chars)

Responses

Request samples

Content type
application/json
{
  • "folder_id": "7695bac3-9397-4ec2-9335-45a2a16f1901",
  • "file_name": "string",
  • "size": 0,
  • "metadata": { },
  • "tags": [
    ],
  • "client_batch_id": "string",
  • "external_id": "string"
}

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "part_size": 0,
  • "num_parts": 0,
  • "file_type_id": 0
}

Start Update Upload

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
file_name
required
string (File Name)

The updated name of the file including the extension

size
required
integer (Size)

The total size of the file in bytes (max 512MB)

Metadata (object) or Metadata (null) (Metadata)

Optional metadata associated with the updated file

Array of Tags (strings) or Tags (null) (Tags)

Optional list of tags for the updated file

Client Batch Id (string) or Client Batch Id (null) (Client Batch Id)

Optional batch identifier for grouping uploads

Expected Revision (integer) or Expected Revision (null) (Expected Revision)

Optional raw-content compare-and-set token

Responses

Request samples

Content type
application/json
{
  • "file_name": "string",
  • "size": 0,
  • "metadata": { },
  • "tags": [
    ],
  • "client_batch_id": "string",
  • "expected_revision": 1
}

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "part_size": 0,
  • "num_parts": 0,
  • "file_type_id": 0
}

Update File Metadata

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
Title (string) or Title (null) (Title)
File Name (string) or File Name (null) (File Name)
Metadata (object) or Metadata (null) (Metadata)
Array of Tags (strings) or Tags (null) (Tags)
Folder Id (string) or Folder Id (null) (Folder Id)
External Id (string) or External Id (null) (External Id)

Responses

Request samples

Content type
application/json
{
  • "title": "string",
  • "file_name": "string",
  • "metadata": { },
  • "tags": [
    ],
  • "folder_id": "7695bac3-9397-4ec2-9335-45a2a16f1901",
  • "external_id": "string"
}

Response samples

Content type
application/json
null

Upload Part

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)

ID of the upload object

part_number
required
integer (Part Number)

The part number being uploaded (1-based indexing)

header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "part_number": 0,
  • "received_bytes": 0
}

Finish Upload

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)

ID of the upload object

header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "status": "string"
}

Abort Upload

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)

ID of the incomplete upload object

header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "detail": [
    ]
}

Get Upload Session

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)

ID of the upload object

header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
  • "folder_id": "7695bac3-9397-4ec2-9335-45a2a16f1901",
  • "file_name": "string",
  • "blob_name": "string",
  • "staging_blob_name": "string",
  • "committed_blob_name": "string",
  • "committed_blob_deleted": true,
  • "status": "string",
  • "part_size": 0,
  • "num_parts": 0,
  • "parts_received": 0,
  • "size": 0,
  • "client_batch_id": "string",
  • "content_revision": 1
}

Get Markdown Upload

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "file_name": "string",
  • "markdown": "string",
  • "content_revision": 1,
  • "writable": true
}

Update Markdown Upload

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
markdown
required
string (Markdown) <= 2000000 characters
expected_revision
required
integer (Expected Revision) >= 1

Responses

Request samples

Content type
application/json
{
  • "markdown": "string",
  • "expected_revision": 1
}

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "file_name": "string",
  • "content_revision": 1
}

Get Upload

Authorizations:
BearerAuth
path Parameters
upload_id
required
string <uuid> (Upload Id)

ID of the upload object

header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "upload_id": "f2ef591b-135b-46fa-a604-3d4fda5bfbfb",
  • "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
  • "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
  • "title": "string",
  • "folder_id": "7695bac3-9397-4ec2-9335-45a2a16f1901",
  • "file_name": "string",
  • "source_type": "user_upload",
  • "source_metadata": { },
  • "external_id": "string",
  • "metadata": { },
  • "created_at": "2019-08-24T14:15:22Z",
  • "last_modified_at": "2019-08-24T14:15:22Z",
  • "delete_at": "2019-08-24T14:15:22Z",
  • "is_deleted": false,
  • "last_modified_by_user_id": "ee1a2e7e-88a3-4b95-8ec0-7ebb834a0317",
  • "upload_status_type_id": 0,
  • "file_type_id": 0,
  • "has_tables": false,
  • "size": 0,
  • "tags": [
    ],
  • "blob_name": "string",
  • "content_revision": 1
}

tools

Get Frontend Tools

Authorizations:
BearerAuth

Responses

Response samples

Content type
application/json
[
  • {
    }
]

workflow_exports

Get Public Workflow Export Config

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
{
  • "public_id": "string",
  • "interface_type": "form",
  • "name": "string",
  • "description": "string",
  • "logo_url": "string",
  • "config": {
    },
  • "style_config": {
    },
  • "limits_config": {
    },
  • "identity_config": {
    },
  • "input_schema": {
    },
  • "chat_input_field": "string",
  • "compatibility_errors": [
    ],
  • "compatibility_warnings": [
    ]
}

Create Public Workflow Export Session

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
anonymous_id
required
string (Anonymous Id) [ 8 .. 255 ] characters
Identity Token (string) or Identity Token (null) (Identity Token)
Access Token (string) or Access Token (null) (Access Token)
Referrer (string) or Referrer (null) (Referrer)
Hcaptcha Token (string) or Hcaptcha Token (null) (Hcaptcha Token)
Recaptcha Token (string) or Recaptcha Token (null) (Recaptcha Token)

Responses

Request samples

Content type
application/json
{
  • "anonymous_id": "stringst",
  • "identity_token": "string",
  • "access_token": "string",
  • "referrer": "string",
  • "hcaptcha_token": "string",
  • "recaptcha_token": "string"
}

Response samples

Content type
application/json
{
  • "workflow_export_session_id": "711da8be-d762-4dfa-8195-70b79d3913db",
  • "session_token": "string",
  • "identity_verified": true,
  • "user_label": "string"
}

Create Public Workflow Export Conversation

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
Title (string) or Title (null) (Title)

Responses

Request samples

Content type
application/json
{
  • "title": "string"
}

Response samples

Content type
application/json
{
  • "workflow_export_conversation_id": "890ddb88-673f-4083-a183-0880d0d38819",
  • "workflow_export_id": "d3b4937e-0e12-48a7-963a-db022ef90f5f",
  • "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
  • "workflow_export_session_id": "711da8be-d762-4dfa-8195-70b79d3913db",
  • "thread_id": "1de43264-67cb-48af-89f9-e865c375bb84",
  • "status": "string",
  • "title": "string",
  • "last_message_preview": "string",
  • "external_user_label": "string",
  • "source": "external",
  • "started_at": "2019-08-24T14:15:22Z",
  • "last_activity_at": "2019-08-24T14:15:22Z",
  • "closed_at": "2019-08-24T14:15:22Z",
  • "user_label": "string",
  • "identity_verified": true,
  • "run_count": 0,
  • "latest_run_status": "string"
}

Upload Public Workflow Export File

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: multipart/form-data
required
conversation_id
required
string <uuid> (Conversation Id)
field_name
required
string (Field Name)
file
required
string <application/octet-stream> (File)

Responses

Response samples

Content type
application/json
{
  • "artifact_id": "b7bd6bbb-c7f1-4314-8742-2aeeeece9d12",
  • "artifact_ref": "string",
  • "artifact_path": "string",
  • "file_name": "string",
  • "content_type": "string",
  • "size_bytes": 0,
  • "distillation_status": "string"
}

Create Public Workflow Export Event

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
Workflow Export Conversation Id (string) or Workflow Export Conversation Id (null) (Workflow Export Conversation Id)
Workflow Export Run Id (string) or Workflow Export Run Id (null) (Workflow Export Run Id)
event_type
required
string (Event Type) [ 1 .. 64 ] characters ^[a-z0-9_.:-]+$
Event Name (string) or Event Name (null) (Event Name)
Object Type (string) or Object Type (null) (Object Type)
Object Id (string) or Object Id (null) (Object Id)
Object Label (string) or Object Label (null) (Object Label)
Object Url (string) or Object Url (null) (Object Url)
Value Decimal (number) or Value Decimal (string) or Value Decimal (null) (Value Decimal)
object (JsonObject-Input)
Page Url (string) or Page Url (null) (Page Url)
Client Event Id (string) or Client Event Id (null) (Client Event Id)
Client Event At (string) or Client Event At (null) (Client Event At)

Responses

Request samples

Content type
application/json
{
  • "workflow_export_conversation_id": "890ddb88-673f-4083-a183-0880d0d38819",
  • "workflow_export_run_id": "472f9ffa-c8fd-4ea4-a4e0-272f9dc6197d",
  • "event_type": "string",
  • "event_name": "string",
  • "object_type": "string",
  • "object_id": "string",
  • "object_label": "string",
  • "object_url": "string",
  • "value_decimal": 0,
  • "metadata": {
    },
  • "page_url": "string",
  • "client_event_id": "string",
  • "client_event_at": "2019-08-24T14:15:22Z"
}

Response samples

Content type
application/json
{
  • "workflow_export_event_id": "daf76bd2-c9a7-4e36-8bf6-f793d757af2c",
  • "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
  • "workflow_export_id": "d3b4937e-0e12-48a7-963a-db022ef90f5f",
  • "workflow_export_session_id": "711da8be-d762-4dfa-8195-70b79d3913db",
  • "workflow_export_conversation_id": "890ddb88-673f-4083-a183-0880d0d38819",
  • "workflow_export_run_id": "472f9ffa-c8fd-4ea4-a4e0-272f9dc6197d",
  • "workflow_run_id": "5e5ef678-2347-491b-a579-798b0d4ed952",
  • "thread_run_id": "097cb672-86f3-4b38-bcb4-debf5c0d1a42",
  • "trigger_utterance_id": "fc76dfdb-3301-4107-87b2-e96e20086ffe",
  • "source": "external",
  • "event_type": "string",
  • "event_name": "string",
  • "object_type": "string",
  • "object_id": "string",
  • "object_label": "string",
  • "object_url": "string",
  • "value_decimal": 0,
  • "metadata": {
    },
  • "page_url": "string",
  • "client_event_id": "string",
  • "client_event_at": "2019-08-24T14:15:22Z",
  • "created_at": "2019-08-24T14:15:22Z"
}

Create Public Workflow Export Run

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)
Request Body schema: application/json
required
workflow_export_session_id
required
string <uuid> (Workflow Export Session Id)
Conversation Id (string) or Conversation Id (null) (Conversation Id)
object (JsonObject-Input)
Message (string) or Message (null) (Message)
User Timezone (string) or User Timezone (null) (User Timezone)

Responses

Request samples

Content type
application/json
{
  • "workflow_export_session_id": "711da8be-d762-4dfa-8195-70b79d3913db",
  • "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
  • "inputs": {
    },
  • "message": "string",
  • "user_timezone": "string"
}

Response samples

Content type
application/json
{
  • "workflow_export_run_id": "472f9ffa-c8fd-4ea4-a4e0-272f9dc6197d",
  • "workflow_run_id": "5e5ef678-2347-491b-a579-798b0d4ed952",
  • "thread_run_id": "097cb672-86f3-4b38-bcb4-debf5c0d1a42",
  • "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
  • "stream_url": "string",
  • "status": "string"
}

Stream Public Workflow Export Run

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
workflow_export_run_id
required
string <uuid> (Workflow Export Run Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
null

Get Public Workflow Export Logo

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)
header Parameters
X-Redbelt-Organization-Id (string) or X-Redbelt-Organization-Id (null) (X-Redbelt-Organization-Id)

Responses

Response samples

Content type
application/json
null

Get Workflow Export Embed Shell

Authorizations:
BearerAuth
path Parameters
public_id
required
string (Public Id)

Responses

Response samples

Content type
application/json
null