get https://api.topview.ai/user/credit/logs
Response
Field | Type | Description |
---|---|---|
code | String | The response code indicating status |
message | String | Message describing the response |
result | Object | Contains the result of the request |
result.total | Number | Total number of items available |
result.pageNo | Number | Current page number |
result.pageSize | Number | Number of items per page |
result.data | Array | List of task objects |
result.data[].uid | String | Unique identifier for the user |
result.data[].apiKey | String | The API key used for the tasks |
result.data[].date | String | Date and time when the task was created (ISO 8601) |
result.data[].costCredit | Number | Cost in credits for the task |
result.data[].taskId | String | Unique identifier for the task |
result.data[].taskType | String | Type of the task (e.g., voice_clone, m2v) |