DevelopmentApi
List org scrape jobs
Lists organization scrape jobs so admins can poll onboarding and enrichment progress.
Lists organization scrape jobs so admins can poll onboarding and enrichment progress.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Query Parameters
organizationId*string
Response Body
application/json
curl -X GET "https://loading/api/org-scrape/jobs?organizationId=string"[
{
"$id": "string",
"organizationId": "string",
"requestedByUserId": "string",
"sourceUrl": "http://example.com",
"status": "pending",
"inputJson": "string",
"prefillJson": "string",
"errorMessage": "string",
"functionExecutionId": "string",
"modelUsed": "string",
"provider": "string",
"promptVersion": "string",
"startedAt": "string",
"finishedAt": "string",
"parsedPrefill": {
"organizationName": "string",
"organizationSlug": "string",
"workspaceName": "string",
"workspaceSlug": "string",
"industry": "string",
"website": "http://example.com",
"customerNames": [
"string"
],
"revenueAmount": 0,
"revenueCurrency": "str",
"revenuePeriod": "year",
"employeeCountMin": 9007199254740991,
"employeeCountMax": 9007199254740991,
"addressStreet": "string",
"addressPostalCode": "string",
"addressCity": "string",
"addressCountry": "string",
"confidence": 1,
"sourceSummary": "string"
},
"prefillIssues": [
"string"
]
}
]Empty
Empty
List organization invites GET
Returns invite rows for an organization so admins can review pending, accepted, and revoked invitations.
List pending organization invites for current user GET
Returns pending organization invites for the authenticated user, including the data needed to accept or decline them from the inbox UI.