List Parsers
Reference for the GET /v1/parsers endpoint.
GET /v1/parsers
Returns a paginated list of your active parsers.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Results per page (default: 20, max: 100). |
cursor | string | Pagination cursor from a previous list response. |
Response 200 OK
Common Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key. |