# Fetch a specific Challenge **GET /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid}** Fetch a specific Challenge. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The unique SID identifier of the Service. - **Identity** (string) Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. - **Sid** (string) A 34 character string that uniquely identifies this Challenge. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) Account Sid. - **date_created** (string(date-time) | null) The date this Challenge was created - **date_responded** (null | string(date-time)) The date this Challenge was responded - **date_updated** (string(date-time) | null) The date this Challenge was updated - **details** () Details about the Challenge. - **entity_sid** (string | null) Entity Sid. - **expiration_date** (string(date-time) | null) The date-time when this Challenge expires - **factor_sid** (string | null) Factor Sid. - **factor_type** (string | null) The Factor Type of this Challenge - **hidden_details** () Hidden details about the Challenge - **identity** (string | null) Unique external identifier of the Entity - **links** (object(uri-map) | null) Nested resource URLs. - **metadata** () Metadata of the challenge. - **responded_reason** (string | null) The Reason of this Challenge `status` - **service_sid** (string | null) Service Sid. - **sid** (string | null) A string that uniquely identifies this Challenge. - **status** (string | null) The Status of this Challenge - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)