ExportListResult
Export List Result
Paginated response containing a list of flow export jobs across all entity types.
Notes:
resultsis an array ofExportobjects, each including the job ID, current status, creation time, entity type, and file name.- Use the
export_idfrom a result entry withGET /visualization/flow-exports/exports/{export-id}to fetch full job details.
AllOf
JSON Example
{
"offset": 0,
"number_of_results": 0,
"total_result_count": 0,
"total_pages": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"file_name": "string",
"expiration_time": 0,
"status": "string",
"file_size": 0,
"row_count": 0,
"error_message": "string"
}
]
}