Skip to main content
GET
/
v1
/
shares
List shares created by the caller
curl --request GET \
  --url https://{host}/v2/workspaces/slug:agent-factory/webhooks/v1/shares \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "type": "conversation",
      "context_id": "<string>",
      "message_id": "<string>",
      "artifact_id": "<string>",
      "agent_id": "<string>",
      "title": "<string>",
      "agent_name": "<string>",
      "artifact_type": "<string>",
      "url": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

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

type
enum<string>
Available options:
conversation,
message,
artifact
Maximum string length: 32
agent_id
string
Maximum string length: 64
limit
string

Page size (default 20).

page
string

Response

Page of shares.

items
object[]