Skip to main content
GET
List placement profiles

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project identifier.

Query Parameters

limit
integer

Maximum number of profiles to return. Max 500, defaults to 50.

after
string

Cursor from a previous placement profile list response.

Response

OK

Reusable deployment placement profiles visible to the project.

data
object[]
required

Placement profiles visible in the project.

object
any
required

Object type. Always list.

next_cursor
string

Cursor for the next page. Null if there are no more results.