curl --request POST \
--url https://platform.kodexa.ai/api/executions/{executionId}/status-messages \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"type": "THINKING",
"subtitle": "<string>"
}
'{
"datetime": "2023-11-07T05:31:56Z",
"executionId": "<string>",
"id": "<string>",
"subtitle": "<string>",
"title": "<string>",
"type": "THINKING"
}Creates a new status message for the specified execution. A maximum of 10 messages are kept per execution; older messages are automatically removed.
curl --request POST \
--url https://platform.kodexa.ai/api/executions/{executionId}/status-messages \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"type": "THINKING",
"subtitle": "<string>"
}
'{
"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.
Status message created
A status message for an execution, providing live feedback about what the system is doing.
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