---
title: "Create a workflow status time for a page"
method: POST
path: "/pages/{page_id}/workflow_status_times"
tags: ["Workflow status times"]
---

# Create a workflow status time for a page

`POST /pages/{page_id}/workflow_status_times`

This API endpoint should be treated carefully as it could allow you to create invalid status transition times.
    It requires activation on the account. Please contact support@aha.io to request access. 

    If you are looking to only list the workflow status history on a record, you can do so like this:
    `/api/v1/<your-record-type>?fields=reference_num,workflow_status_times`

## Path parameters

- `page_id` string, required

## Request body

- WorkflowstatustimesPostRequest
  - `workflow_status_time` object
    - `started_at` string
    - `ended_at` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/versions/6274be5aa6c5/schema)
