Skip to main content
GET
ListUsage
Questions or issues? Contact us at api-support@manus.ai.
Auth: API Key or a trusted OAuth app. Standard OAuth apps cannot access this endpoint.
All change types: Each entry is a credit change at session granularity — consumption, refunds, subscription grants, and admin adjustments. credits is signed: negative values are consumption, positive values are refunds or grants. Inspect the type field to distinguish categories.

Headers

x-manus-api-key
string

API key for direct authentication. Provide either this or Authorization, not both. See Authentication.

Authorization
string

Trusted OAuth app authentication. Standard OAuth apps cannot access this endpoint. See the Open App guide.

Example:

"Bearer {access_token}"

Query Parameters

limit
integer

Number of records to return per page. Default: 20, Max: 100.

cursor
string

Pagination cursor from the previous response's next_cursor field. Omit for the first page.

Response

Usage records retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

data
object[]

Array of credit consumption records, one per task.

has_more
boolean

Whether there are more records beyond this page. If true, use next_cursor to fetch the next page.

next_cursor
string

Cursor to pass as the cursor parameter for the next page. Only present when has_more is true.