latestSwagger 2.02026-08-10148196271.0 KB
afaab604b58c
export
Get export jobs
Return a list of recent export jobs. Only includes jobs for the current project and not other projects.
get/api/export/jobs
Query parameters
jobStatestring
Filter results to only include jobs in the specified state
Response
successful operation
Example response
{
"jobs": [
{
"bytesExported": 2453629,
"endTime": "2023-12-19T10:12:28.214-06:00",
"id": 3562,
"scheduledStartTime": "2023-12-19T10:12:27.732-06:00"
}
]
}