Retrieve Canvas Run
Retrieve the status and details of an asynchronous chat completion using its unique identifier, enabling efficient polling and status monitoring.
Path Parameters
Response
Response structure for a chat completion webhook. This represents the data sent to the webhook URL when a chat completion is finished.
The date used for compatibility checks
The timestamp when this chat completion was created
Unique identifier for this chat completion response
Contains information about the input provided for this chat completion
Contains the output generated by the chat completion
The ID of the prompt application, if applicable
The ID of the prompt version used for this chat completion
The original input parameters provided for this chat completion
The raw output from the chat completion process
The current status of the chat completion. 'created' means the request has been received but processing hasn't started. 'running' means the chat completion is currently being processed. 'succeeded' means the chat completion has finished successfully. 'failed' means the chat completion encountered an error and couldn't complete.
created
, failed
, running
, succeeded
The timestamp when this chat completion was last updated
The ID of the workspace where this chat completion was executed