WorkflowsList workflows

List workflows

Returns the workflows available to your account.

curl -X GET "https://api.deepvue.link/v1/workflows?limit=50&offset=0" \
  -H "Content-Type: application/json" \
  -H "client-id: YOUR_API_KEY" \
  -H "x-api-key: YOUR_API_KEY"
{
  "data": [
    {
      "id": "e97e7d78-4ceb-4283-8080-5c5e0b72ddac",
      "name": "Individual KYC",
      "description": "PAN, e-Aadhaar and face match",
      "published": true,
      "run_ttl_seconds": 86400,
      "abandon_timeout_seconds": 3600,
      "created_at": "2026-06-01T10:00:00Z"
    }
  ],
  "total": 128,
  "limit": 50,
  "offset": 0
}
GET
/v1/workflows
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: client-id)
client-idstring
Required

Your Deepvue client identifier.

Your Deepvue client identifier.
API Key (header: x-api-key)
x-api-keystring
Required

Your Deepvue API key. Secret - keep it server-side.

Your Deepvue API key. Secret - keep it server-side.
query
limitinteger

Page size, 1–200.

Min: 1 • Max: 200
query
offsetinteger

Number of records to skip.

Min: 0
Request Preview
Response

Response will appear here after sending the request

Authentication

header
client-idstring
Required

API Key for authentication. Your Deepvue client identifier.

header
x-api-keystring
Required

API Key for authentication. Your Deepvue API key. Secret - keep it server-side.

Query Parameters

limitinteger

Page size, 1–200.

offsetinteger

Number of records to skip.

Responses

dataarray
Required
totalinteger
Required
limitinteger
Required
offsetinteger
Required