v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
reports

api_reports_metadata_list_get

Get list of report metadata for the account

Scopes:

  • read:reports
  • admin:reports
get/accounts/{aid}/reports/metadata

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

Query parameters

limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.

starting_afterstring

cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, end the result contains paging_token=pt1, your subsequent call can include starting_after=pt1 in order to fetch the next page of the list.

Response

Report Metadata

starting_afterstring

cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list.

Example response

{
  "reports": [
    {
      "content_type": "application/pdf",
      "content_language": "en",
      "created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
    }
  ]
}