Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

agent_id
string
required

ID of the agent whose artifacts to list.

Query Parameters

session_id
string

Filter to artifacts produced within a specific session.

search_query
string

Case-insensitive substring match against the artifact filename.

sort_order
string
default:newest

Sort order for results. Defaults to newest.

page_size
integer
default:20

Number of artifacts to return per page. Clamped to 1–100.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned by a prior call as next_cursor.

Response

Artifacts matching the provided filters.

artifacts
object[]
next_cursor
string | null

Cursor to pass as cursor on the next request. null when there are no more results.