Segment detail including rules.
Bearer owner API key required. Send:
Authorization: Bearer bs_live_…X-Workspace-Id: <workspace-uuid> (workspace you own)Segment detail including rules.
JSON object on success unless this route returns a file download (Content-Disposition: attachment). Rate limit headers are included on authenticated responses: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.
{ "error": string }, sometimes issues[])code: "RATE_LIMIT_EXCEEDED", Retry-After header)curl -sS -X GET "https://app.boltsequencer.com/api/segments/[id]" \
-H "Authorization: Bearer bs_live_YOUR_KEY" \
-H "X-Workspace-Id: YOUR_WORKSPACE_UUID"