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"
}
]Returns all status messages for the specified execution, ordered by datetime ascending.
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"
}
]API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the execution.
List of status messages
When this status message was created.
ID of the execution this message belongs to.
Unique identifier of the status message.
Optional secondary message text.
Main status message text.
Status type.
THINKING, SEARCHING, PLANNING, REVIEWING, PROCESSING, ANALYZING, WRITING, WAITING