Skip to main content
POST
/
public-api
/
backfills
/
verify
Preflight a backfill filter
curl --request POST \
  --url https://api.neoagent.io/public-api/backfills/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filter_spec": {}
}
'
{
  "data": {
    "matching_entities": 123,
    "message": "<string>",
    "success": true
  },
  "meta": {
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "timings_ms": {},
    "pagination": {
      "has_more": true,
      "next_cursor": "<string>"
    },
    "warnings": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Body

application/json
entity_type
enum<string>
required
Available options:
ticket,
project_ticket,
task,
scheduled_entry,
time_entry,
project,
company,
contact,
resource,
contract,
opportunity,
none,
configuration,
note,
team,
role,
audit_trail,
appointment,
servicecall,
contract_service,
company_location,
product
filter_spec
Filter Spec · object
required

Response

Success.

data
VerifyBackfillResponse · object
required
meta
object
required