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": "[object] No changes", "metadata": {}, "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?