Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/parsing/parsing.controller.ts
Get all parsing jobs for a project
Endpoint
GET /projects/:projectId/parse
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | Project ID |
limit | query | number | - |
Referenced By
ParsingController(MODULE_DECLARES)
Was this page helpful?