Skip to main content
GET
Fetch a project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

The project (child org) id.

Response

The project object.

A project is a child org under the parent (agency) org — a customer's own isolated set of workspaces/tables while credits and the concurrency pool stay shared at the parent. Select it on any non-/projects request via the x-origami-project header.

object
string
required
Allowed value: "project"
id
string<uuid>
required
name
string
required
monthlyCredits
number | null
required

Monthly budget cap in credits, or null when uncapped.

usage
object
required

This billing period's settled spend plus live in-flight reservations attributed to the project, in credits — the same numbers the in-app Teams page shows.

createdAt
string<date-time>
required