Get Parse Status

Retrieve the parsing status and details for a specific data source

Endpoint

GET /api/v1/providers/datasources/{id}/parse_status

Description

Returns the current parsing status for a specific data source, including information about the last parse operation and any errors that occurred.

API Reference

get
Authorizations
AuthorizationstringRequired

Bearer token authentication using a Veza Personal API key.

Header Format: Authorization: Bearer <your-api-key>

Creating an API Key:

  1. Log into your Veza tenant
  2. Navigate to Administration โ†’ API Keys
  3. Generate a new API key and save the value securely
Path parameters
idstringRequired
Responses
200

OK

application/json
get
/api/v1/providers/datasources/{id}/parse_status

Path Parameters

Parameter
Type
Required?
Description

id

string

Required

The data source ID

Request Examples

Response Examples

Standard Response:

Last updated

Was this helpful?