cURL
curl --request GET \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/operations/{operationId} \ --header 'X-Api-Key: <api-key>'
{ "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" }
The Ampersand project ID or project name.
Operation ID.
Operation
The response is of type object.
object
Was this page helpful?