Get Artifact

Get an artifact (table, graph, etc.) from a thread. This endpoint retrieves a specific artifact that was generated during a conversation in the thread. Artifacts can include tables, graphs, charts, or other structured data outputs. The endpoint returns the artifact data along with its ID. Useful for accessing structured outputs that were created during the conversation, such as data visualizations or formatted tables extracted from the AI's responses.

Authentication

AuthorizationBearer
OAuth2 access token obtained via token exchange.

Path parameters

thread_idstringRequired
artifact_idstringRequired

Response

Successful Response
artifact_idstring
artifactobject

Errors