Start Cost Sync
POST
/cost/syncs
Pull every connected account’s bill from Cost Explorer. Returns 202 with the accepted job; poll GET /cost/syncs/{id}. The pull reads live AWS and never holds the request (ADR-0012 amendment, ADR-0016).
Tenant-wide: an account-restricted operator gets the named 403 rather than silently starting a crawl across accounts they do not hold.
Parameters
Section titled “ Parameters ”Cookie Parameters
Section titled “Cookie Parameters ”Request Body required
Section titled “Request Body required ” SyncRequest
object
tenant_id
required
Tenant Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
SyncJobRecord
object
actor
required
Actor
string
created_at
required
Created At
string format: date-time
id
required
Id
string format: uuid
kind
required
Kind
string
progress
required
Progress
object
key
additional properties
any
result
required
Result
object
key
additional properties
any
status
required
Status
string
tenant_id
required
Tenant Id
string format: uuid
trigger
required
Trigger
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string