Skip to main content
GET
/
catchAll
/
projects
/
{project_id}
/
overview
Get project overview
curl --request GET \
  --url https://catchall.newscatcherapi.com/catchAll/projects/{project_id}/overview \
  --header 'x-api-key: <api-key>'
{
  "project_id": "60a85db4-78ec-4b78-876a-bc7d9cdadd04",
  "overview": {
    "jobs": {},
    "monitors": {},
    "datasets": {
      "total": 2
    },
    "monitor_groups": {
      "total": 0
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

project_id
string<uuid>
required

Unique project identifier.

Response

Resource counts for the project, grouped by type and status.

project_id
string<uuid>
required

Project identifier.

Example:

"60a85db4-78ec-4b78-876a-bc7d9cdadd04"

overview
object
required

Resource counts grouped by type.