Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

Query Parameters

month
string
required
Pattern: ^\d{4}-\d{2}$
cursor
string
take
integer
default:50
Required range: 1 <= x <= 100
sourceType
enum<string>
Available options:
automation_ai_action,
ai_generation,
field_ai_generation,
ai_chat,
app_generation
orderBy
enum<string>
Available options:
createdTime,
amount
order
enum<string>
Available options:
asc,
desc

Response

200 - application/json

Returns credit history records with cursor pagination.

data
object[]
required
nextCursor
string | null
required
Last modified on March 5, 2026