📄️ Get All Spaces
This query retrieves all Spaces that are created by the authorized account.
📄️ Get execution history for a process
This GraphQL query retrieves the execution history for a specific process which includes information about a process run, including the run date, status, process information, basic runtime information, and error messages along with other fields. In the Spaces User Interface the execution history is found on the Process Reporting Page.
📄️ Get Space details by its ID
This GraphQL query retrieves Space details by its ID. This query accepts ID as input.
📄️ Get all integration pack instances for an account
This query retrieves all installed instances of an Integration Pack for the account that is authorizing the request.
📄️ Get integration pack instance processes with their schedule
This GraphQL query retrieves the processes of an Integration Pack instance along with their run schedules. This query takes the integrationPackInstanceId object as input.
📄️ Get the list of environments for an account
This query retrieves the list of available environments along with their corresponding Integration Pack attachment details for the authorizing account.
📄️ Get mappers and extensions of an integration pack instance
This query retrieves the environment mappers and extensions of an Integration Pack instance of the environments that are sent as the input field of the query for the account that is authorizing the request.
📄️ Get All Accounts
This API query retrieves a list of accounts associated with the Space for which you have valid Space Account access. By default, the API retrieves a list of all the accounts. Additionally, you can search for a specific account by specifying the optional Criteria Object in the request.
📄️ Get OAuth Connector Details
This query is to retrieve OAuth connector details from Platform admin account to the Spaces account.
📄️ Get Integration Pack metadata for a Space
This query gets all the integration pack metadata for a given space and takes SpaceArtifactListingSearchInput object as input.
📄️ Get details of an Integration Pack
This query gets details of specific integration pack listings and takes spaceId, spaceArtifactListingIds, and spaceArtifactListingType as inputs.
📄️ Get Tags by category with hierarchical structure (Version 2)
This query retrieves the hierarchical tag structure (including parent and nested child tags) for a given category, taking a SpaceArtifactListingTagV2Input object as input, along with pagination and search parameters.
📄️ Get Tags by Tag name
Query to fetch list of tag names matching the input string with fuzzy search. The spaceArtifactListingTagSearch query accepts SpaceArtifactListingTagSearchInput as input and returns a list of matching tag names. Fuzzy search ensures results are returned even if there are spelling mistakes or typos. If no matches are found, an empty list will be returned.