Skip to main content
GET
List Plans
List items are a summary, not the full planmetadata and phases are only returned by Retrieve Plan, not by this list endpoint. If you need either one for every plan in a grid, call Retrieve Plan per item.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Headers

X-Account-Code
string

The account_id found in your Yuno Dashboard (UUID). Required unless account_id is supplied as a query parameter — with neither, the call returns 400 BAD_REQUEST ("Invalid x-account-code header.").

Query Parameters

account_id
string

Scope the list to one account. An alternative to the X-Account-Code header; one of the two must be present.

limit
integer

Maximum number of plans to return. Defaults to 20.

offset
integer

Number of plans to skip. Defaults to 0.

Response

200

data
object[]
pagination
object