All Media
Endpoint Examples
All Media
GET
All Media
number
The number of results to return per page. Default is 10.
string
Results where the file name matches the input name.
string
Returns upload data from startDate to now. Use format ‘yyyy-mm-dd’.
string
Returns upload data from startDate (if entered) to endDate. Use format ‘yyyy-mm-dd’.
string
Specifies which page to return when iterating through results.
This endpoint is specific to a given user’s uploads. Although organization administrators can view organization-wide uploads, this endpoint will not return organization-wide uploads.
Authorization
You must include thex-api-key in your request headers. This key is essential for authenticating your request and ensuring secure access to the API.
Pagination
By default, if no page is defined, the API will return 100 responses. In order to paginate through responses, you will want to specify a page number in the URL:/api/v2/media/users/pages/{page-number}.