Get Parser
Reference for the GET /v1/parsers/:id endpoint.
GET /v1/parsers/:id
Retrieves the details of a single parser.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | The unique ID of the parser to retrieve. |
Response 200 OK
Common Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key. |
404 | PARSER_NOT_FOUND | The requested parser does not exist or belongs to another account. |