Pagination
Load lists using an opaque cursor.
Paginated lists return items and next_cursor. Use a limit between 1 and 100; the default is 50.
curl 'https://api.adlass.io/v1/spaces?limit=50' \
-H "Authorization: Bearer $ADLASS_API_KEY"Pass the returned cursor unchanged as cursor in the next request. next_cursor: null means the list is complete. Keep filters and the limit unchanged while paging. Cursors are not IDs and should neither be inspected nor constructed manually.
Each operation defines its own ordering. Available filters are listed in the reference. Run events use after_event_id instead, so you can fetch newly recorded events.