Skip to main content
GET
/
api
/
v1
/
projects
/
bundles
List Bundles
curl --request GET \
  --url https://api.example.com/api/v1/projects/bundles
[
  {
    "slug": "<string>",
    "title": "<string>",
    "description": "<string>",
    "icon": "<string>",
    "estimated_total_usd": 123,
    "task_count": 123,
    "tasks": []
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

slug
string
required
title
string
required
description
string
required
icon
string
required
estimated_total_usd
number
required
task_count
integer
required
tasks
Tasks · object[]