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.816Z" } ], "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
The Ampersand project ID.
"project-456"
The config ID.
"config-123"
The action type to perform for the given object.
"read"
The operation ID.
The status of the operation.
"success"
The result of the operation.
"[object] No changes"
Metadata associated with the operation.
{}
The time the operation was created.
"2023-07-13T21:34:44.816Z"
If set to true, this is the last page of results for the given operation. There are no more results & there will be no nextPageToken sent when done is true.
false
If present, set this value against your 'pageToken' query parameter in the next API call, which will retrieve the next set of results.
"Q9JT+2qfys28V4ODN+UayA=="
Was this page helpful?