Fetch Credit Report

GA
Retrieve detailed credit usage statistics for a specific task.

Path parameters

org_idstringRequired
The unique identifier of the organization.
project_idstringRequired
The unique identifier of the project.
task_idstringRequired
The specific Task to reference.

Headers

AuthorizationstringRequired

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

Query parameters

start_datestringOptional

Start date for the report (e.g., ‘2023-06-01’, ‘24 hours ago’, ‘yesterday’).

end_datestringOptional

End date for the report (e.g., ‘2023-06-30’, ‘now’, ‘today’).

Response

Successful Response
task_idstringformat: "uuid"
The unique identifier of the Task.
task_revisionslist of objects
Timing data broken down by task revision, showing performance metrics for each active revision.
total_creditsstring
Total credits charged for the Task.
total_task_runsinteger
Total number of task runs for each time interval.
date_rangemap from strings to optional strings
The time range for the report, with start and end timestamps.

Errors