tags: - Inboxes operationId: get-inbox-members summary: List Agents in Inbox description: Get Details of Agents in an Inbox security: - userApiKey: [] parameters: - $ref: '#/parameters/inbox_id' responses: 200: description: Success schema: type: array description: 'Array of all active agents' items: $ref: '#/definitions/agent' 404: description: Inbox not found 403: description: Access denied