FireFeed Docs
Api

Enqueue di un job EXPORT su BullMQ

Chiamato dal web (`/api/projects/{id}/exports/{exportId}/run`). Richiede header `x-internal-secret`.

POST
/internal/jobs/export

Chiamato dal web (/api/projects/{id}/exports/{exportId}/run). Richiede header x-internal-secret.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/internal/jobs/export" \  -H "Content-Type: application/json" \  -d '{    "pipelineRunId": "string",    "exportId": "string",    "projectId": "string",    "companyId": "string"  }'
{  "data": {    "jobId": "string",    "status": "queued"  }}