# Get a Facility **GET /facilities/{facilityId}** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **facilityId** (string) The identifier of the Facility ## Responses ### 200 200 response #### Body: application/json (object) - **createdAt** (string(date-time)) Date that the item was created, in UTC. Example: '2019-07-21T17:32:28Z' - **name** (string) The name of the Facility - **id** (string(uuid)) Unique identifier of the Facility. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' - **workspaceId** (string(uuid)) Unique identifier of the workspace. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' - **userFacilityId** (string) A facility identifier relevant to the user ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 404 Facility not found #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)