v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Goals

Search Key Results

Search for Key Results of a specific Goals, using filters. The goalId filter is mandatory. <br>Note: Pagination parameters are currently accepted but not enforced. <br><br> 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/goals/key-results/search

Request body

fieldsstring[] required

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

limitinteger

Maximum number of results to return (Note: pagination parameters are currently accepted but not enforced).

cursorstring

Cursor for pagination (Note: pagination parameters are currently accepted but not enforced).

Example request

{
  "filters": [
    {
      "fieldId": "status",
      "values": [
        "goalId"
      ]
    }
  ]
}

Response

The key results of a given goal