---
title: "List permitted next statuses for a facility workflow"
method: GET
path: "/facility-credentialing-workflows/{workflowId}/timeline-events/status-options"
tags: ["FacilityCredentialingWorkflow"]
---

# List permitted next statuses for a facility workflow

`GET /facility-credentialing-workflows/{workflowId}/timeline-events/status-options`

Returns the status values the caller is permitted to transition the specified workflow to, along with the required request parameters for each transition. **When to use:** Call this before `POST /facility-credentialing-workflows/{workflowId}/timeline-events` to discover which status transitions are available given the workflow's current state and the calling user's roles. Results are filtered per the caller's permissions — statuses the caller cannot apply will not appear. **Returns:** `200 OK` with a `FacilityStatusOptionsResponse` listing available target statuses and, for each, the fields required in the timeline event request body.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved timeline event status options

- FacilityStatusOptionsResponse — List of available timeline event status options with required fields for facility workflows
  - `statusOptions` StatusOption1[] — List of status options with their required fields
    - `name` string — Status name
    - `required` string[] — List of required field names for this status
    - `optional` string[] — List of optional field names for this status

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Facility credentialing workflow not found
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
