Skip to main content
GET
/
api
/
v2
/
workspaces
/
{workspaceId}
/
landers
/
get
List workspace landers
curl --request GET \
  --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/landers/get \
  --header 'X-API-Key: <api-key>'
{
  "landers": [
    {
      "id": 123,
      "name": "<string>",
      "workspaceId": 123,
      "published": true,
      "domainId": 123,
      "publishedAt": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "previewURL": "<string>",
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

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

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Response

List of landers

landers
object[]
required