## Retrieve **get** `/v1/slas/{urn}` Fetch in-depth information about a single SLA ### Path Parameters - `urn: string` ### Returns - `description: string` A description of the SLA - `name: string` The name of the SLA - `urn: string` A unique identifier for the SLA - `vendor_urn: string` A unique identifier for the vendor associated with the SLA ### Example ```http curl https://developer.clarative.ai/v1/slas/$URN \ -H "Authorization: Bearer $CLARATIVE_API_KEY" ```