Error
A valid request URL is required to generate request examples{
"total": 0,
"page": 6,
"total_pages": 5,
"items": [
{
"commit": "commit",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"source": "manual",
"deletion_timestamp": "2000-01-23T04:56:07.000Z",
"branch": "branch",
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"config_id": "config_id",
"stack_id": "stack_id",
"image_overrides": {
"key": "image_overrides"
},
"name": "name",
"pr_number": "pr_number",
"id": "id",
"status": {
"phase": "Provisioning",
"outputs": {
"commit_sha": "commit_sha",
"urls": [
{
"resource": "resource",
"url": "url"
},
{
"resource": "resource",
"url": "url"
}
]
},
"reason": "reason",
"message": "message"
}
},
{
"commit": "commit",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"source": "manual",
"deletion_timestamp": "2000-01-23T04:56:07.000Z",
"branch": "branch",
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"config_id": "config_id",
"stack_id": "stack_id",
"image_overrides": {
"key": "image_overrides"
},
"name": "name",
"pr_number": "pr_number",
"id": "id",
"status": {
"phase": "Provisioning",
"outputs": {
"commit_sha": "commit_sha",
"urls": [
{
"resource": "resource",
"url": "url"
},
{
"resource": "resource",
"url": "url"
}
]
},
"reason": "reason",
"message": "message"
}
}
],
"page_size": 1
}{
"id": "<string>",
"kind": "<string>",
"href": "<string>",
"code": "<string>",
"reason": "<string>",
"operation_id": "<string>",
"details": {}
}Preview environments
List preview stacks for a project
GET
/
api
/
v1
/
organizations
/
{org_id}
/
projects
/
{project_name}
/
preview-stacks
Error
A valid request URL is required to generate request examples{
"total": 0,
"page": 6,
"total_pages": 5,
"items": [
{
"commit": "commit",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"source": "manual",
"deletion_timestamp": "2000-01-23T04:56:07.000Z",
"branch": "branch",
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"config_id": "config_id",
"stack_id": "stack_id",
"image_overrides": {
"key": "image_overrides"
},
"name": "name",
"pr_number": "pr_number",
"id": "id",
"status": {
"phase": "Provisioning",
"outputs": {
"commit_sha": "commit_sha",
"urls": [
{
"resource": "resource",
"url": "url"
},
{
"resource": "resource",
"url": "url"
}
]
},
"reason": "reason",
"message": "message"
}
},
{
"commit": "commit",
"annotations": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"created_at": "2000-01-23T04:56:07.000Z",
"source": "manual",
"deletion_timestamp": "2000-01-23T04:56:07.000Z",
"branch": "branch",
"labels": [
{
"value": "value",
"key": "key"
},
{
"value": "value",
"key": "key"
}
],
"organisation_id": "organisation_id",
"updated_at": "2000-01-23T04:56:07.000Z",
"project_id": "project_id",
"user_id": "user_id",
"config_id": "config_id",
"stack_id": "stack_id",
"image_overrides": {
"key": "image_overrides"
},
"name": "name",
"pr_number": "pr_number",
"id": "id",
"status": {
"phase": "Provisioning",
"outputs": {
"commit_sha": "commit_sha",
"urls": [
{
"resource": "resource",
"url": "url"
},
{
"resource": "resource",
"url": "url"
}
]
},
"reason": "reason",
"message": "message"
}
}
],
"page_size": 1
}{
"id": "<string>",
"kind": "<string>",
"href": "<string>",
"code": "<string>",
"reason": "<string>",
"operation_id": "<string>",
"details": {}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the organization
The name of the project
Query Parameters
Page number
Number of items per page
Filter by preview config ID
⌘I