List API Keys
Returns a list of all API keys belonging to the authenticated user’s workspace.
Requirements:
- Authentication required via admin API key
Key Features:
- View all API keys with their aliases and creation dates
- Optionally expand to include creator information
- Paginated results for workspaces with many keys
Expansion Options:
expand=creator_info: Include creator_nickname and creator_email for each key
Common Use Cases:
- Audit existing API keys
- Find keys by alias
- Monitor key creation activity
- Build key management interfaces
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Query Parameters
Maximum number of items to return. Actual maximum depends on query type and expansion parameters.
x >= 150
Pagination cursor from previous response. Encodes the page number.
"Mg=="
Fields to expand in the response. Available: creator_info (includes creator_nickname and creator_email)
["creator_info"]Response
Successfully retrieved API keys
Response containing a list of API keys with pagination support