List session artifacts
GET/v2/agents/:agent_key/sessions/:session_key/artifacts
Supported API Key Type:
Personal
List all artifacts stored in a specific agent session, with cursor-based pagination. Artifacts are files either uploaded by the user, or generated within a session. This endpoint shows you what files exist 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.