Skip to main content
GET
/
v1
/
shared
/
{shareId}
Public-facing share viewer (auth-required)
curl --request GET \
  --url https://{host}/v2/workspaces/slug:agent-factory/webhooks/v1/shared/{shareId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "type": "conversation",
  "created_at": "2023-11-07T05:31:56Z",
  "snapshot": {},
  "is_mine": true
}

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>.

Path Parameters

shareId
string
required
Maximum string length: 128

Response

Share view (snapshot + ownership flag).

Public-facing view returned by /v1/shared/{shareId}.

id
string
type
enum<string>
Available options:
conversation,
message,
artifact
created_at
string<date-time>
snapshot
object
is_mine
boolean