GET
/
billing
/
v1
/
org
/
files
/
{uuid}
Get a generated report information
curl --request GET \
  --url https://api.gcore.com/billing/v1/org/files/{uuid} \
  --header 'Authorization: <api-key>'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "user_id": 123,
  "client_id": 123,
  "task_type": "Report",
  "status": "Pending",
  "parameters": {},
  "processing_notes": "<any>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

uuid
string<uuid>
required

Request-Id header value

Response

200 - application/json

The response is of type object.