Skip to main content
GET
/
workflows
List available workflows
curl --request GET \
  --url https://api.getnexor.ai/api/public/workflows \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "workflows": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "Sales Outreach",
      "cadence_enabled": true,
      "created_at": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Response

Successful response

success
boolean
required
Example:

true

workflows
object[]
required
Last modified on June 18, 2026