Skip to main content
GET
/
api
/
v1
/
custom-agents
/
agents
/
{agent_id}
/
shares
Get Agent Shares
curl --request GET \
  --url https://api.example.com/api/v1/custom-agents/agents/{agent_id}/shares \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "shared_with": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

Response

Successful Response

agent_id
string
required
shared_with
string[]
required