# Get Application Get the application with the specific application-id Endpoint: GET /hub/apps/{id} Version: 2025-08-18T18:01:56Z Security: api_key ## Path parameters: - `id` (string, required) Application ID Example: "b6ee555d61df4c0ae30099d3ba4acf5c-sample-01" ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.applications` (array) List of all applications - `result.applications.name` (string) Application name - `result.applications.client` (object) Client information - `result.applications.client.api-key` (string) MARCIE API key - `result.applications.create-date` (string) Create-data of application - `result.applications.id` (string) Application ID - `result.applications.count` (integer) Number of contents in the application ## Response 400 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `error` (object) error body - `error.cause` (string) Cause of error - `error.message` (string) Error Message