Operation assessment
curl --request GET \
--url 'https://{{baseUrl}}/api/integration-services/operation/v1/realtime-assessments/{guid}' \
--header 'Authorization: Bearer <token>'{
"result": {
"shortlink": "<string>",
"guid": "<string>"
}
}Assessment
Operation assessment
This endpoint retrieves an assessment by its unique GUID.
GET
/
api
/
integration-services
/
operation
/
v1
/
realtime-assessments
/
{guid}
Operation assessment
curl --request GET \
--url 'https://{{baseUrl}}/api/integration-services/operation/v1/realtime-assessments/{guid}' \
--header 'Authorization: Bearer <token>'{
"result": {
"shortlink": "<string>",
"guid": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I