Get Federation Rule
Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Retrieve a federation rule by its ID (fdrl_...).
Path parameters
ID of the federation rule.
ID of the federation rule.
Headers
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Response
Successful Response
Example response
{
"created_at": "2024-10-30T23:58:27.427722Z",
"id": "fdrl_01SDCCSbTxrXDpWc1phhtcfK",
"name": "prod-deploy-pipeline",
"target": {
"service_account_id": "svac_01SDCCSbTxrXDpWc1phhtcfK"
},
"updated_at": "2024-10-30T23:58:27.427722Z"
}