Skip to main content
GET
/
v1
/
artifacts
List artifacts owned by the caller
curl --request GET \
  --url https://{host}/v2/workspaces/slug:agent-factory/webhooks/v1/artifacts \
  --header 'Authorization: Bearer <token>'
{
  "artifacts": [
    {}
  ],
  "page": 123,
  "limit": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

Query Parameters

agent_id
string
Maximum string length: 64
conversation_id
string
Maximum string length: 64
artifact_type
string
Maximum string length: 64
limit
string

Page size (default 50).

page
string

Response

Page of artifacts.

Paginated list of artifacts (no total returned by this endpoint).

artifacts
object[]
page
integer
limit
integer