Send
next_cursor as the next after value. Do not change or create this value.
has_more is false and next_cursor is null. Results can change while you read the pages.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Read paginated OpenPMM list responses with cursors and request limits correctly.
| Parameter | Meaning |
|---|---|
limit | Maximum number of items to return |
after | next_cursor value from the previous response |
next_cursor as the next after value. Do not change or create this value.
curl --request GET \
--url "https://api.openpmm.com/v1/workspaces/$OPENPMM_WORKSPACE_ID/posts?limit=25&after=$NEXT_CURSOR" \
--header "Authorization: Bearer $OPENPMM_API_KEY"
has_more is false and next_cursor is null. Results can change while you read the pages.