Skip to main content
GET
/
v1
/
reporters
/
{reporter_id}
/
executions
Reporter executions
curl --request GET \
  --url https://api.clipping.cc/v1/reporters/{reporter_id}/executions \
  --header 'Authorization: Bearer <token>'
{
  "executions": [
    {
      "execution_id": "<string>",
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

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

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

reporter_id
string
required

Query Parameters

limit
integer
default:50

Response

Executions (manual + scheduled).

executions
object[]