Get AWS Connection by ID
AWS Integration
Get AWS Connection by ID
Retrieve details of a specific AWS S3 private connection
GET
Get AWS Connection by ID
Documentation Index
Fetch the complete documentation index at: https://docs.pictory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint retrieves detailed information about a specific AWS S3 private connection using its unique connection ID. Use this to verify connection settings, check status, or retrieve configuration details for a particular connection.You need a valid API key to use this endpoint. Get your API key from the API Access page in your Pictory dashboard.
Use Cases
Verify Connection
Check if a specific connection exists and is properly configured
Get Connection Details
Retrieve AWS account ID, region, and other configuration details
Check Status
Verify if a connection is currently enabled or disabled
Audit Configuration
Review connection settings for compliance or troubleshooting
API Endpoint
Request Parameters
Path Parameters
The unique identifier of the AWS connection you want to retrieve. This is the
connectionId value returned when you created the connection or from the list connections endpoint.Headers
API key for authentication (starts with Get your API key from the API Access page in your Pictory dashboard.
pictai_)Response
Returns the AWS connection object with all configuration details including connection ID, AWS account information, and connection status.Response Examples
Code Examples
Common Use Cases
Verify Connection Before Using in Video Creation
Before creating a video with private S3 assets, verify the connection is still active:Get Connection Configuration Details
Check Connection Status
Error Handling
404 Not Found
404 Not Found
Cause: The connection ID does not exist or has been deletedSolution:
- Verify the connection ID is correct
- Use the Get AWS Connections endpoint to list all available connections
- Check if the connection was deleted
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
Cause: You do not have permission to access this connectionSolution:
- Verify the connection belongs to your account
- Check that your API key has the necessary permissions
- Contact support if you believe you should have access
Next Steps
List All Connections
Retrieve all your AWS S3 private connections
Create Connection
Set up a new AWS S3 private connection
Get API Key
Access your API key from your Pictory dashboard
Use in Videos
Learn how to use connection IDs in video creation
