Skip to content
Pasqal Documentation

Get Ovh Usage Report

GET
/api/v1/third-party-access/ovh/usage

Get usage report for OVH users for a given time period.

report_start
Report Start

Start of the report period

string format: date-time
""

Start of the report period

report_end
Report End

End of the report period

string format: date-time
""

End of the report period

PaginatedParams
object
limit
Limit
integer
default: 100 > 0 < 101
offset
Offset
integer

Successful Response

HeaderPaginatedResponse[ThirdPartyUsersTimeUsage]

A list of responses with pagination information.

For backwards compatibility, this also exposes pagination using the following header format:

Access-Control-Expose-Headers: Content-Range
Content-Range: $FIRST_ITEM_IN_BATCH-$LAST_ITEM_IN_BACH/$TOTAL_ITEMS_AVAILABLE
object
status
string
Allowed values: success fail error
message
Message
string
default: OK.
code
Code
string
default: 200
data
required
Data
Array<object>
ThirdPartyUsersTimeUsage
object
id
required
Id
string
time_usage
required
Time Usage
integer
price
required
Price
number
pagination
required
JSendPagination

Pagination information

object
total
required
Total
integer
start
required
Start
integer
end
required
End
integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string