---
title: "Discover valid status transitions for a workflow"
method: GET
path: "/credentialing-workflows/{workflowId}/timeline-events/status-options"
tags: ["CredentialingWorkflow"]
---

# Discover valid status transitions for a workflow

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

Returns the timeline event status options available to the current user for the credentialing workflow identified by `workflowId`. Results are filtered by the caller's permissions — only transitions the caller is authorized to create are returned. Call this endpoint before `POST /credentialing-workflows/{workflowId}/timeline-events` to determine which `name` values are valid and which additional parameters each transition requires. Returns a `StatusOptionsResponse` object.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved timeline event status options

- StatusOptionsResponse — List of available timeline event status options with required fields
  - `statusOptions` StatusOption[] — 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` — 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)
