Retrieve a single usage summary task
GET/api/v1/reports/usage-jobs/{usageJobId}
This API retrieves the details of a single usage summary task identified by usageJobId.
The response includes all settings and configuration details of the task, such as schedule information, repeat period, end time, time zone, and job sorting options.
If the specified task does not exist or an error occurs while fetching the task, a 500 status code is returned with an error message containing the taskusageJobIdand the error description.
Parameters
- usageJobId: The unique identifier of the usage summary task to retrieve (required).
Notes
- Ensure the usageJobId is correct.
- The API only retrieves the task information; it does not modify or delete the task.
- The returned object can be used to review or update the task via the update API.
Request
Responses
- 200
- 400
- 500
OK
Bad Request
Internal Server Error