# Get Client Gets a specific client details by id, useful for project association and sales pipeline reporting. Endpoint: GET /v1/clients/{id} Version: v1 Security: ApiKey ## Path parameters: - `id` (string, required) ID of the resource ## Response 200 fields (application/json): - `id` (string) The unique identifier of the client in Parallax. - `name` (string) The name of the client organization associated with one or more projects. - `archived` (boolean) Indicates whether the client record has been archived and is no longer active for project assignment. - `created_date` (string) The date and time when the client record was initially created in Parallax. - `modified_date` (string) The date and time when the client record was last modified in Parallax. ## Response 400 fields (application/json): - `type` (string) RFC reference for the error type - `title` (string) Human-readable summary of the error - `status` (integer) HTTP status code - `errors` (array) Detailed error messages for each validation failure - `trace_id` (string) Trace identifier for debugging