cURL
curl --request GET \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}/operations \ --header 'X-Api-Key: <api-key>'
{ "results": [ { "projectId": "project-456", "integrationId": "<string>", "configId": "config-123", "actionType": "read", "id": "<string>", "installationId": "<string>", "status": "success", "result": "[contact] No new data found", "metadata": { "objects": [ "contact" ], "progress": { "installationId": "66438162-5299-4669-a41d-85c5a3b1a83e", "objectName": "contact", "operationId": "3efc0f0f-4bb9-498f-996c-9893d98ca4b5", "recordsProcessed": 1250, "recordsEstimatedTotal": 5000 } }, "createTime": "2023-07-13T21:34:44.816354Z" } ], "pagination": { "done": false, "nextPageToken": "Q9JT+2qfys28V4ODN+UayA==" } }
The Ampersand project ID or project name.
The integration ID.
The Ampersand installation ID.
The number of operations to return.
1 <= x <= 1000
A cursor that can be passed to paginate through multiple pages of operations.
List of operations
Show child attributes
Was this page helpful?