Get full refinement chain for a session
GET/mapping/sessions/:mapping_id/:session_id
Get the complete refinement chain for a session, from root to current. Returns 404 if session doesn't belong to the specified mapping_id.
Request
Responses
- 200
- 404
- 429
Refinement chain retrieved
Resource not found
Response Headers
X-Request-Id
Rate limit exceeded
Response Headers
X-Request-Id
RateLimit-Limit
Request limit per window (supports multiple windows)
Example:
100;w=3600, 1000;w=86400RateLimit-Remaining
Example:
0RateLimit-Reset
Seconds until limit resets (delta)
Example:
60Retry-After
Seconds to wait before retry
Example:
60X-RateLimit-Limit
Example:
100X-RateLimit-Remaining
Example:
0X-RateLimit-Reset
Unix timestamp when limit resets
Example:
1692454800