get_profileread onlyGet a profile
Returns the profile this request resolves to, including its name and description.
- Category
- Profiles
- Calls
- GET/v1/profile
- Safe to auto-approve
- Yes. It only reads data.
Parameters
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "get_profile",
"arguments": {}
}