DevelopmentApi
Get org scrape job
Returns the current state, review payload, and error information for a single organization scrape job.
Returns the current state, review payload, and error information for a single organization scrape job.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
jobId*string
Response Body
application/json
curl -X GET "https://loading/api/org-scrape/jobs/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
Get organization GET
Returns organization profile data together with the authenticated caller's organization role.
Create short-lived realtime JWT for board subscriptions GET
Creates a short-lived Appwrite JWT for the authenticated user and returns the realtime table identifiers used by board subscriptions.