GET /api/v2/storefront/signals/{signalId}
Returns one signal by its identifier, including its access records.
Request
curl
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
signalId | string | Yes | Signal identifier (path) |
Response
signalId is the numeric signal.id, not the string identifier.
Errors
404 NOT_FOUND— no signal with thatsignalIdis visible to the authenticated customer.401 UNAUTHORIZED— missing or invalid bearer token.
Related
Signal tasks
All signal operations
List signals
Filterable, paginated list
Update signal
Change metadata and access records
Signal overview
Fields, lifecycle, and concepts