Get Oauth Client Mcp Exposure
Read one credential's MCP-exposure allow-list, grouped back into one entry per (resource, action) pair - the org-admin-readable counterpart to set_oauth_client_mcp_exposure, needed so the account MCP tab can render its checkboxes against the credential's actual current state instead of always starting from all-unchecked.
Same org-scoping and 404 opacity as the sibling mcp-exposure and revoke routes: a credential belonging to a different organisation is a 404, not a 403.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidclient_id*Client Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/oauth-clients/497f6eca-6276-4993-bfeb-53cbbbba6f08/mcp-exposure"[ { "resource": "string", "action": "string", "resource_ids": [ "f3aaf7b6-b51a-43c8-8627-9e1a7630b22a" ] }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}