v2
admin
platform-cost
admin

Get Platform Cost Logs

get/api/admin/platform-costs/logs

Query parameters

startstring date-time nullable
endstring date-time nullable
providerstring nullable
user_idstring nullable
pageinteger
page_sizeinteger
modelstring nullable
block_namestring nullable
tracking_typestring nullable
graph_exec_idstring nullable

Response

Successful Response

Example response

{
  "pagination": {
    "total_items": 42,
    "total_pages": 2,
    "current_page": 1,
    "page_size": 25
  }
}

Changes