Skip to main content
GET
/
api
/
executions
/
{executionId}
/
status-messages
Get execution status messages
curl --request GET \
  --url https://platform.kodexa.ai/api/executions/{executionId}/status-messages \
  --header 'x-api-key: <api-key>'
[
  {
    "datetime": "2023-11-07T05:31:56Z",
    "executionId": "<string>",
    "id": "<string>",
    "subtitle": "<string>",
    "title": "<string>",
    "type": "THINKING"
  }
]

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

executionId
string<uuid>
required

Unique identifier (UUID) of the execution.

Response

List of status messages

datetime
string<date-time>

When this status message was created.

executionId
string

ID of the execution this message belongs to.

id
string

Unique identifier of the status message.

subtitle
string

Optional secondary message text.

title
string

Main status message text.

type
enum<string>

Status type.

Available options:
THINKING,
SEARCHING,
PLANNING,
REVIEWING,
PROCESSING,
ANALYZING,
WRITING,
WAITING