List session artifacts
GET/v2/agents/:agent_key/sessions/:session_key/artifacts
Lists all artifacts stored in a specific agent session, with cursor-based pagination. Artifacts are files that the user uploads or that the agent generates within a session. The response lists the files in a session but does not include the file content.
Request
Responses
- 200
- 403
- 404
List of artifacts in the session.
Permissions do not allow listing artifacts in this session.
Agent or session not found.