Revenue
Get auction session and bid history for a call
Returns the latest tenant-scoped AuctionSession for the call with ping requests, sanitized bid history, and integrationTimeline (Phase 12.20 IntegrationAttempt rows for the call). When no session exists, returns a safe empty payload (auctionSession=null) that may still include integrationTimeline. Bid amounts are returned only for SUPER_ADMIN and ORG_ADMIN; other roles receive null bidAmount. summaryJson, auctionSummaryJson, and detailed integration redactedSummary text are returned only to SUPER_ADMIN and ORG_ADMIN. Does not send outbound pings.
https://api.thearvexa.com/api/calls/{id}/auctionCalls
Recent Requests
Log in to see full request history| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Path Params
idstringrequiredHeaders
x-organization-idstringrequiredTenant organization identifier
x-user-rolestringrequiredDevelopment RBAC role (for example SUPER_ADMIN, ORG_ADMIN, OPS_MANAGER, VIEWER)
x-user-idstringTrusted authenticated actor id (interim header auth). Recorded as the actor on sensitive writes such as finance adjustments and their approve/reject decisions. Ignored when header auth is disabled.
x-organization-idstringrequiredx-user-rolestringrequiredResponses
200Call auction detail (empty when no session)
Call auction detail (empty when no session)
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.
400Validation error
Validation error
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.
403Forbidden for the supplied role
Forbidden for the supplied role
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.
404Resource not found
Resource not found
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.