# Get leaderboard by leaderboard ID submission by submission ID **GET /leaderboard/{leaderboard_id}/submission/{submission_id}** ## Servers - https://api.topktoday.dev: https://api.topktoday.dev () ## Parameters ### Path parameters - **leaderboard_id** (string(uuid)) Unique leaderboard ID used for querying. - **submission_id** (string(uuid)) Unique submission ID used for querying. ## Responses ### 200 OK #### Body: application/json (object) - **$schema** (string(uri)) A URL to the JSON Schema for this object. - **id** (string) - **last_submitted** (string(date-time)) - **leaderboard_id** (string) 9 character leaderboard ID used for querying. - **leaderboard_title** (string) Leaderboard title for associated submission. - **link** (string(uri)) Latest link for this submission. - **score** (integer(int64)) Current score of submission. - **submitted_by** (object) - **verified** (boolean) Current verification status. ### default Error #### Body: application/problem+json (object) - **$schema** (string(uri)) A URL to the JSON Schema for this object. - **detail** (string) A human-readable explanation specific to this occurrence of the problem. - **errors** (array[object] | null) Optional list of individual error details - **instance** (string(uri)) A URI reference that identifies the specific occurrence of the problem. - **status** (integer(int64)) HTTP status code - **title** (string) A short, human-readable summary of the problem type. This value should not change between occurrences of the error. - **type** (string(uri)) A URI reference to human-readable documentation for the error. [Powered by Bump.sh](https://bump.sh)