process
Get events associated to a particular process
get/v1/org/{orgId}/process/{processId}/events
Path parameters
orgIdstring required
Org identifier (either id or slug)
processIdstring required
process id
Response
successful operation
Example response
{
"events": [
{
"id": "588f7ee98f138b19220041a7"
}
]
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.