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,
      "status": "starting",
      "url": "<string>"
    }
  ]
}

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>

Filter by preview status (starting, running). Omit for all active previews.

Available options:
starting,
running

Response

Previews listed

previews
object[]
required