# Get a metadata policy **GET /references/federations/{FederationId}/metadata-policy/{MetadataPolicyId}** ## Servers - Raidiam Directory Sandbox Environment: https://matls-api.sandbox.raidiam.io (Raidiam Directory Sandbox Environment) ## Authentication methods - O auth ## Parameters ### Path parameters - **FederationId** (string(uuid)) The federation id - **MetadataPolicyId** (string) The metadata policy id ## Responses ### 200 Details of the federation metadata policy item #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. #### Body: application/json (object) - **CreatedAt** (string(date-time)) - **FederationID** (string(uuid)) The ID of the federation - **Policy** (string) The json of the metadata policy - **ReferenceID** (string) The id of the metadata policy - **Status** (string) The status of the policy - **Type** (string) The type of the metadata policy - **Version** (integer) The version of the metadata policy ### 401 Unauthorized #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. ### 403 Forbidden #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. ### 404 Not found #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. #### Body: application/json (object) - **errors** (array[string]) Validation Error messages ### 500 Internal Server Error #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. ### 502 Bad Gateway #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. ### 504 Upstream timeout, insufficient capacity to serve request. More capacity being brought online. Please try again. #### Headers - **x-fapi-interaction-id** (string) An RFC4122 UID used as a correlation id. [Powered by Bump.sh](https://bump.sh)