Skip to main content
GET
/
integration-execution
/
headless-executions
List headless enrichment executions
curl --request GET \
  --url http://api.gu1.ai/integration-execution/headless-executions \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "items": [
    {}
  ],
  "total": 123,
  "page": 123,
  "perPage": 123,
  "totalPages": 123,
  "filterOptions.integrationCodes": [
    {}
  ]
}
Part of the headless flow under /integration-execution. To execute a run, see Execute without entity. Uses the same integration codes as the Marketplace (Shared provider codes).

Overview

Paginated, filterable read-only list of headless audit rows for the current organization. List items omit heavy result_summary_json; use Get by id for full resultSummary.

URL

GET https://api.gu1.ai/integration-execution/headless-executions

Query parameters

page
integer
default:"1"
1-based page index.
perPage
integer
default:"20"
Page size (1–100).
Case-insensitive match on name snapshot, tax id, or integration code.
integration
string
Exact integration code filter.
status
string
default:"all"
all | ok | fail (ok = enrichmentSuccess, fail = not).
entityType
string
default:"all"
all | person | company.
sortBy
string
default:"createdAt"
createdAt or tokens (tokens sort uses costCents / token pricing).
sortDir
string
default:"desc"
asc or desc.

Response

success
boolean
true on success.
items
array
Rows without heavy result_summary_json (list stays lean).
total
number
Total rows matching filters.
page
number
Current page.
perPage
number
Page size.
totalPages
number
Ceiling of total / perPage.
filterOptions.integrationCodes
array
Distinct integration codes present for the org (for building filters).