GET
/v3/grants/{grant_id}/foldersReturn all folders
Returns all folders for all providers. Nylas flattens sub-folders into a single list.
Path parameters
Query parameters
Specify fields that you want Nylas to return, as a comma-separated list (for example,
select=id,updated_at). This allows you to receive only the portion of object data that you're
interested in. You can use select to optimize response size and reduce latency by limiting queries
to only the information that you need.
The maximum number of objects to return. See Pagination for more information.
An identifier that specifies which page of data to return. You can get this value from the
next_cursor response field. See Pagination for more
information.