v1
latestOpenAPI 3.1.02026-07-2498134321.1 KBRetrieve the Turn History on a Workflow
An array of objects for each turn on a workflow.
OAuth Scope required: public.workflows.readTurnHistory
Path parameters
The unique identifier or Ironclad ID of a workflow.
Query parameters
The page number used when paginating through a list of results.
A limit of the number of results to return.
Headers
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Response
200
Example response
{
"pageSize": 20,
"count": 42,
"list": [
{
"turnParty": "internal",
"turnStartTime": "2022-09-20T15:51:54.156Z",
"turnLocation": "manual change",
"turnUserId": "5f89b6a5eed2cc6e0b2735d4",
"turnEndTime": "2022-09-28T19:21:05.034Z",
"turnNumber": 1,
"turnUserEmail": "baldwin@ironcladhq.com"
}
]
}