Get a list of all emails this agent has been shared with
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>"
]
}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>"
]
}