Skip to main content
GET
/
v1
/
workflow
/
templates
List Templates
curl --request GET \
  --url https://agents.bigdata.com/v1/workflow/templates \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "prompt": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "expected_input": {},
      "content_filter": {
        "any_of": [
          {
            "type": "<string>",
            "document_ids": [
              "<string>"
            ]
          }
        ],
        "all_of": [
          {
            "type": "<string>",
            "document_ids": [
              "<string>"
            ]
          }
        ],
        "none_of": [
          {
            "type": "<string>",
            "document_ids": [
              "<string>"
            ]
          }
        ]
      },
      "research_plan": {
        "title": "<string>",
        "steps": [
          {
            "description": "<string>",
            "status": "NOT_STARTED"
          }
        ]
      }
    }
  ],
  "count": 123,
  "cursor": "<string>"
}

Authorizations

X-API-Key
string
header
required

Enter your API key

Query Parameters

limit
integer | null
default:20
cursor
string | null

Response

Successful Response

results
UserWorkflowTemplate · object[]
required
count
integer
required
cursor
string | null