Skip to main content
GET
List change requests for a Neki shard configuration profile

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization
string
required

Organization name slug from list_organizations. Example: acme.

database
string
required

Database name slug from list_databases. Example: app-db.

branch
string
required

Branch name from list_branches. Example: main.

configuration_profile
string
required

Name from list_shard_configuration_profiles.

Query Parameters

page
integer
default:1

If provided, specifies the page offset of returned results

per_page
integer
default:25

If provided, specifies the number of returned results

period
enum<string>

Filter change requests by named period

Available options:
15m,
1h,
3h,
6h,
12h,
1d,
2d,
7d,
8d
completed_at
string

Filter change requests completed between two ISO 8601 timestamps

Response

Redirects to the Neki change requests endpoint