/parse

Parse List Jobs

Get list of parse jobs, sorted from most recent to oldest.

Returns all jobs from the last 30 days, or since the optional uploaded_after timestamp.

get/parse/jobs

Query parameters

uploaded_afterstring date-time

Response

Successful Response

total_jobsinteger required

Total number of parse jobs

Example response

{
  "total_jobs": 10
}

Changes