Skip to main content
GET
/
orgs
/
{org_id}
/
previews
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/previews \
  --header 'Authorization: Bearer <token>'
{
  "previews": [
    {
      "components": [
        {
          "component": "<string>",
          "healthy": true
        }
      ],
      "rev": "<string>",
      "slug": "<string>",
      "started_at": "2023-11-07T05:31:56Z",
      "project_id": 123,
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Query Parameters

preview_status
null | enum<string>

Return only previews in this lifecycle state. Omit to include every active preview (starting or running).

Available options:
starting,
running

Response

Previews listed

Previews currently visible for the organization.

previews
object[]
required