Skip to main content
GET
List Deployments Route

Query Parameters

status
enum<string> | null

Spanner deployment row status.

Available options:
PENDING,
MERGING,
DEPLOYING,
DEPLOYED,
FAILED
cursor
string | null
limit
integer
default:25
Required range: 1 <= x <= 200
sort
string | null
order
enum<string>
default:desc
Available options:
asc,
desc
search
string | null

Response

Successful Response

items
Deployment · object[]
required

Deployments on this page, newest first.

has_more
boolean
required

True when another page is available.

next_cursor
string | null

Cursor for the next page; null on the last page.