v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Goals

Search Goal Cycles

Search for available goal cycles. Returns all goal cycles accessible to the authenticated user. <br><br>Notes:

  • Filters are not supported for this endpoint. Providing filters will result in a 400 error.
  • Pagination parameters are currently accepted but not enforced.

Testing notes: <br> - Use the testing widget's Try It! option to test this endpoint.<br> - Use the Examples > Request Example option to see how to initiate body parameters.<br>

post/goals/goal-cycles/search

Request body

fieldsstring[] required

List of fields IDs to include in the response. Use the metadata endpoints to fetch the available fields.

filtersobject[]

Filters array (currently not supported - must be empty or omitted)

limitinteger

Number of items per page

cursorstring

Pagination cursor for next page

Response

Goal cycle object fields.

nextCursorstring nullable

Cursor for next page (null if no more pages)

errorsobject nullable

Error information if any