Documentation Index
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request parameters
Response fields
The time Sequin last started the latest refresh of the credential’s collections. A datetime in ISO 8601 format.
The time Sequin last successfully refreshed the credential’s collections. A datetime in ISO 8601 format.
The status of the last refresh task. One of processing, succeeded, or failed.processing indicates Sequin is currently refreshing the credential’s collections.
If the latest refresh attempt failed (i.e. state is failed), this field contains details about the error.
{
"credential_id": "5f4b3b3e-4e3e-4b3b-8e3e-4b3e4b3e4b3e",
"last_started_at": "2024-07-01T00:00:00Z",
"last_succeeded_at": "2024-06-31T23:24:09Z",
"status": "processing",
"error": null
}