Retrieves a paginated list of all maps accessible to the authenticated user. Supports filtering by name/tag and sorting by various fields. Returns map metadata including IDs, titles, and timestamps. Use this to discover available maps before fetching detailed information or loca…
tagstringFilter maps by a specific tag (exact match). Returns only maps that have this exact tag.
namestringFilter maps by title using partial text match (case-insensitive). Returns maps whose title contains this text.
pageintegerPage number to retrieve (starting from 1). Leave empty to get the first page.
sortBystringField name to sort results by. Common values: 'title', 'created_at', 'updated_at'. Defaults to 'created_at' if not specified.
perPageintegerNumber of maps to return per page (1-100). Leave empty for API default (typically 50).
sortOrderstringSort direction: 'asc' for ascending (A-Z, oldest first) or 'desc' for descending (Z-A, newest first). Defaults to 'desc'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.