Get Dataset by ID
GET/schema-query/api/query/:database_id/:schema_name/:id
Retrieves the dataset for the requested schema using the primary key ID, returning the data as a streaming response.
🔗 Resource Routing Context
- Query Database ID Path Identifier:
51MC4NECO0COA6ULSU30P4Q8OB
The unique identifier of the target database. Directs the execution actions precisely to the corresponding database. - Query Schema Name Path Identifier:
usersThis routing key represents the schema name.
Request
Responses
- 200
- 400
- 404
- 422
Record successfully retrieved.
The provided unique validation identification identifier format is structurally malformed.
No data maps match the designated structural lookup key.
Validation extraction pipeline verification anomaly.