---
title: "Get timeline event status options"
method: GET
path: "/credentialing-workflows/{workflowId}/timeline-events/status-options"
tags: ["CredentialingWorkflow"]
---

# Get timeline event status options

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

Retrieves available status options and required parameters for timeline events

## 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/versions/3d27e9019c7b/schema)
