API ReferenceWorkflows
Back to PlatformGET /workflows/history
GET operation for /workflows/history
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/workflows/history"{
"id": 1,
"created_at": "2021-01-01T00:00:00Z",
"run_at": "2021-01-01T00:00:00Z",
"is_complete": true,
"workflow": "string",
"onboarder_company": "string",
"onboarder_user": "string",
"roadmap": "string",
"task": "string",
"actions": {},
"metadata": {},
"status": "success"
}Empty
Empty
Empty
How is this guide?