Retrieve a list of all user IDs that have been granted shared access to a specific agent.
user_ids are permitted to view, edit, or interact with a given agent configuration.
x-api-key header to authenticate this request.agentId: The 24-character unique identifier of the agent whose share list you want to retrieve.200 OK response will return a lightweight JSON object containing two fields:
agent_id: Confirms the ID of the agent you queried.user_ids: An array of strings representing the internal IDs of users who have been granted access to this agent. If the agent is completely private to its creator, this array may be empty.404 Agent not found: This typically means the agentId provided does not exist within your organization, or it was previously deleted. Double-check the ID string for typos.The unique identifier of the agent.
"f790923795a23467555c0ad6"