Research Agent

List Research Agent session artifacts

List files and interactive outputs produced in a Research Agent session.

File-backed artifacts are listed under artifacts. Only the latest version of each is listed. A delivered file appears once as agent-delivered-file; agent-saved-file denotes a workspace file that the agent saved but did not deliver.

Interactive outputs delivered as session outputs (tables, prose, presentations, figures) are listed under deliveredOutputs; retrieve their contents from the artifact content endpoint.

Use the opaque, session-scoped artifactId with the download endpoint (for artifacts) or the content endpoint (for deliveredOutputs). Do not construct or decode artifact IDs.

Example

curl https://elicit.com/api/v2/sessions/agents/{sessionId}/artifacts \
  -H "Authorization: Bearer elk_live_your_key_here"
get/sessions/agents/{sessionId}/artifacts

Path parameters

sessionIdstring uuid required

Response

Latest artifacts produced in the session.

sessionIdstring required

Unique identifier for the research agent session.

urlstring required

URL to view and continue the session in the Elicit web interface.

Example response

{
  "artifacts": [
    {
      "createdAt": "2025-06-15T14:30:00.000Z"
    }
  ],
  "deliveredOutputs": [
    {
      "createdAt": "2025-06-15T14:30:00.000Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.