Skip to main content
GET
/
projects
/
{project_id}
curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Customer Support Chatbot",
  "created_at": "2024-01-15T10:30:00Z"
}

Authentication

Authorization
string
required
Bearer token

Path Parameters

project_id
string
required
The unique identifier of the project (UUID format)

Response

id
string
required
Unique project identifier (UUID)
name
string
required
Project name
created_at
string
required
ISO 8601 timestamp of when the project was created
curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Customer Support Chatbot",
  "created_at": "2024-01-15T10:30:00Z"
}