v4

latestOpenAPI 3.1.0Redoclyraw.githubusercontent.com2026-06-05101533.8 KB
Todos

List all todos

get/orgs/{orgId}/projects/{projectId}/scout/todos

Path parameters

orgIdstring required
Example:acme-inc

Organization ID.

projectIdstring required
Example:my-project

Project ID.

Query parameters

afterstring

Use the endCursor as a value for the after parameter to get the next page.

Example:a25fgaksjf23la==
beforestring

Use the startCursor as a value for the before parameter to get the next page.

Example:bfg23aksjf23zb1==
sortstring

This list is currently not sortable by other properties. It is sorted by the id descending (-id) by default. To reverse the sort order, use id as the value.

filterstring

Filters the collection items. This field requires a special format.

For more information, see Using filter with collections.

Example:status:approved,pending updatedAt:2020-01-01..2022-01-01
limitinteger

Use to return a number of results per page. If there is more data, use in combination with after to page through the data.

Headers

x-redocly-scout-versionstring
Example:1.0.0

Scout version.

Response

OK.

object'list' required

Example response

{
  "items": [
    {
      "id": "sjob_01h2t9ksv7vmsvbhh5ty40zctw",
      "parentJobId": "sjob_01h2t9ksv7vmsvbhh5ty40zctw",
      "checks": [
        {
          "name": "Scorecard - Compliance API"
        }
      ],
      "metadata": {
        "scoutVersion": "1.0.0"
      }
    }
  ]
}