Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This endpoint returns the timestamps of all syncs grouped by date.
cURL
curl --request GET \ --url https://{server}.mixpanel.com/api/2.0/nessie/pipeline/timeline \ --header 'Authorization: Basic <encoded-value>'
{ "day_syncs": [ { "date": "2019-08-19", "sync_times": [ "2019-08-19 14:27:46.044605 -0700 PDT" ], "status": "synced" }, { "date": "2019-08-20", "sync_times": [ " 2019-08-20 14:33:09.315098 -0700 PDT" ], "status": "synced" } ] }
Service Account
Required if using service account to authenticate request.
The name that uniquely identifies the pipeline.
Success
Was this page helpful?
Suggestions
Contact support