curl --request GET \
--url https://agents.bigdata.com/v1/workflow/templates/community \
--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>"
}Browse community-shared workflow templates that you can clone to your account.
curl --request GET \
--url https://agents.bigdata.com/v1/workflow/templates/community \
--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>"
}Was this page helpful?