Skip to main content
GET
List media

Authorizations

Authorization
string
header
required

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

Query Parameters

projectId
string

Filter to resources that belong to a specific project.

mediaId
string[]

Filter to one or more media items. Provide a comma-separated list of media IDs.

limit
integer<int32>
default:50

Number of items to return.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor for the next page of results.

Response

Media items.

media
object[]
required
nextCursor
string

Opaque cursor for the next page of results. Omitted when there are no more results.