Skip to main content
GET
/
v1
/
projects
/
{PROJECT_ID}
/
lists
/
{LIST_ID}
Retrieve Individual List
curl --request GET \
  --url https://api.domo.com/v1/projects/{PROJECT_ID}/lists/{LIST_ID} \
  --header 'Authorization: Bearer <token>'
{
  "id": "4",
  "name": "To Do",
  "type": "TODO",
  "index": 1
}

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480626-update-new-field-mi.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

PROJECT_ID
string
required

The ID of the project

LIST_ID
string
required

The ID of the list

Response

200 - application/json

Returns a list object.

id
string
name
string
type
string
index
integer