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": []
}

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