Skip to main content
GET
/
lists
/
{list_id}
/
movies
Get all the movies in a list
curl --request GET \
  --url https://api.example.com/lists/{list_id}/movies
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

list_id
string
required

Response

Successful Response