Skip to main content
GET
/
api
/
v1
/
projects
/
bundles
/
{slug}
Get Bundle
curl --request GET \
  --url https://api.example.com/api/v1/projects/bundles/{slug}
{
  "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.

Path Parameters

slug
string
required

Response

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[]