Hook Run
List hook run logs
List progress logs related to the specific hook run. The logs are sorted by the timestamp in ascending order.
get/api/v1/hooks/runs/{runUuid}/logs
Path parameters
runUuidstring uuid required
The ID of the hook run.
Response
OK
Example response
{
"results": [
{
"timestamp": "2023-09-23T12:00:00.000000Z",
"details": "Master Hub data update started"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.