Media Description
List Media Descriptions
List all describe jobs with optional filtering
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of describe jobs to return
Required range:
x <= 100
Number of describe jobs to skip
Filter describe jobs by status
Available options:
pending
, processing
, completed
, failed
, not_applicable
Filter describe jobs created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter describe jobs created after a specific date (YYYY-MM-DD format), in UTC timezone
Filter describe jobs by the input URL used for description
Format for the response
Available options:
json
, markdown
Response
200
application/json
A list of describe jobs
The response is of type object
.