info: name: Get Media Item type: http seq: 1 http: method: GET url: '{{base_url}}/api/media-items/{{media_item_id}}' auth: inherit headers: - key: Content-Type value: application/json runtime: scripts: - type: tests code: "test_get_media_item_success(status, headers, body) {\n if (status !==\ \ 200) {\n throw new Error(\"Expected status 200, got \" + status);" docs: |- ## Get Media Item Retrieves detailed information about a specific media item. **Method:** GET **Endpoint:** /api/media-items/{id