Skip to main content
GET
ListArtifacts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

conversationId
string

Unset lists every artifact in the caller's organization.

pageSize
integer<int64>
pageToken
string
includeArchived
boolean

When false (the default), archived artifacts are omitted.

Response

A successful response.

artifacts
object[]
nextPageToken
string