Browse documentation
Flows

List Flows

get/v1/flow_templates

List flows for the caller's tenant. Admin-visible (rule details aren't here yet, but the metadata is operator-only).

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Parameters

include_archived
query · optional

No additional parameter description.

Example request

cURL
curl --request GET \
  --url 'https://api.fideralabs.com/v1/flow_templates' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

200Successful Response
application/json
[
  {
    "archived_at": "2026-07-29T12:00:00Z",
    "created_at": "2026-07-29T12:00:00Z",
    "default_decision": "string",
    "description": "string",
    "id": "00000000-0000-0000-0000-000000000000",
    "name": "string",
    "required_checks": [
      "string"
    ],
    "required_documents": [
      {
        "min": {},
        "side": {},
        "types": {}
      }
    ],
    "slug": "string",
    "updated_at": "2026-07-29T12:00:00Z"
  }
]
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

list_flows_v1_flow_templates_get