GET
/
projects
/
{projectIdOrName}
/
operations
/
{operationId}
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.816Z"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

operationId
string
required

Operation ID.

Response

200
application/json
Operation

The response is of type object.