curl --request GET \
--url https://oathnet.org/api/service/v2/exports/list \
--header 'x-api-key: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": "<string>",
"job_id": "<string>",
"status": "queued",
"created_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"progress": {
"records_done": 123,
"records_total": 123,
"bytes_done": 123,
"percent": 123,
"updated_at": "2023-11-07T05:31:56Z"
},
"result": {
"format": "<string>",
"file_name": "<string>",
"file_path": "<string>",
"file_size": 123,
"records": 123,
"ready_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
},
"last_error": "<string>",
"request": {
"type": "<string>",
"service": "<string>",
"format": "<string>",
"limit": 123,
"fields": [
"<string>"
],
"request_count": 123
},
"next_poll_after_ms": 123,
"metadata": {}
}
]
}Returns a paginated raw JSON list of owned export jobs.Documentation Index
Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://oathnet.org/api/service/v2/exports/list \
--header 'x-api-key: <api-key>'{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": "<string>",
"job_id": "<string>",
"status": "queued",
"created_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"progress": {
"records_done": 123,
"records_total": 123,
"bytes_done": 123,
"percent": 123,
"updated_at": "2023-11-07T05:31:56Z"
},
"result": {
"format": "<string>",
"file_name": "<string>",
"file_path": "<string>",
"file_size": 123,
"records": 123,
"ready_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
},
"last_error": "<string>",
"request": {
"type": "<string>",
"service": "<string>",
"format": "<string>",
"limit": 123,
"fields": [
"<string>"
],
"request_count": 123
},
"next_poll_after_ms": 123,
"metadata": {}
}
]
}