cURL
curl --request GET \ --url https://analytix.userpilot.io/v1/background_jobs \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{}'
[ { "elapsed_time": 123, "end_time": "<string>", "file_size": 123, "filename": "<string>", "job_id": "<string>", "links": "<string>", "start_time": "<string>", "status": "<string>", "total_rows": 123, "type": "<string>" } ]
Fetches the status of all jobs (Import, Export, Bulk Profile Updates).
API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
OK - List jobs
The response is of type object[].
object[]
Was this page helpful?