> ## Documentation Index
> Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get attribute

> Retrieve a single attribute by key.

<ParamField path="key" type="string" required>
  The attribute key (URL-encoded if needed).
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET "https://hub.banditshq.com/api/v1/attributes/color" \
    -H "Authorization: Bearer lasso_..."
  ```
</RequestExample>
