GET
/
projects
/
{project_id}
/
stages

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required

Query Parameters

stage_name
string | null
stage_id
string | null
scope
string | null
default:

Response

200 - application/json
name
string
required

Name of the stage. Must be unique within the project.

project_id
string
required

ID of the project to which this stage belongs.

description
string | null

Optional human-readable description of the goals of this guardrail.

type
enum<string>

Type of the stage.

Available options:
local,
central
paused
boolean
default: false

Whether the action is enabled. If False, the action will not be applied.

created_by
string
required
id
string
required
version
integer | null

Was this page helpful?