---
title: "Get approval statuses"
method: GET
path: "/api/v2/approval_statuses"
tags: ["Approval Status"]
---

# Get approval statuses

`GET /api/v2/approval_statuses`

Returns the collection of approval statuses visible to the current user. Use filters to narrow by target (`booking_id`, `time_entry_id`, `expense_id`), by approver, or by workflow.

## Query parameters

- `filter` union
  - object
    - `$op` 'or' | 'and', required
  - FilterApprovalStatus
    - `approval_workflow_id` union
      - object
        - `not_eq` ApprovalWorkflowId — unresolved $ref
        - `not_contain` ApprovalWorkflowId — unresolved $ref
        - `eq` ApprovalWorkflowId — unresolved $ref
        - `contains` ApprovalWorkflowId — unresolved $ref
      - ApprovalWorkflowId — unresolved $ref
    - `actual_approver_id` union
      - object
        - `not_contain` ActualApproverId — unresolved $ref
        - `eq` ActualApproverId — unresolved $ref
        - `contains` ActualApproverId — unresolved $ref
        - `not_eq` ActualApproverId — unresolved $ref
      - ActualApproverId — unresolved $ref
    - `time_entry_id` union
      - TimeEntryId — unresolved $ref
      - object
        - `not_contain` TimeEntryId — unresolved $ref
        - `contains` TimeEntryId — unresolved $ref
        - `not_eq` TimeEntryId — unresolved $ref
        - `eq` TimeEntryId — unresolved $ref
    - `id` union
      - object
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `eq` Id — unresolved $ref
      - Id — unresolved $ref
    - `booking_id` union
      - object
        - `not_contain` BookingId — unresolved $ref
        - `contains` BookingId — unresolved $ref
        - `eq` BookingId — unresolved $ref
        - `not_eq` BookingId — unresolved $ref
      - BookingId — unresolved $ref
    - `approver_id` union
      - ApproverId — unresolved $ref
      - object
        - `not_contain` ApproverId — unresolved $ref
        - `not_eq` ApproverId — unresolved $ref
        - `contains` ApproverId — unresolved $ref
        - `eq` ApproverId — unresolved $ref
    - `expense_id` union
      - object
        - `contains` ExpenseId — unresolved $ref
        - `not_contain` ExpenseId — unresolved $ref
        - `eq` ExpenseId — unresolved $ref
        - `not_eq` ExpenseId — unresolved $ref
      - ExpenseId — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection approval status

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
